Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - theweirdgeek

Pages: [1] 2
1
mIRC/pawn Scripting / Re: Script request Teleport script
« on: February 28, 2010, 01:06:41 pm »
Ok thanks for all your help for finding coords, If possible now could i request this script...

When a user types /battle they get teleported to
-1119.9797 103.8871 123.5294

Once teleported can the system send a message to that user saying "Welcome to Jakes Server battle arena!" (If possible)

Thanks for your help,
Jake

2
mIRC/pawn Scripting / Re: Script request Teleport script
« on: February 27, 2010, 10:58:45 pm »
In game how do i find out the cords of my current player position?

Thanks,
Jake

3
mIRC/pawn Scripting / Re: Script request Teleport script
« on: February 27, 2010, 10:50:57 pm »
Also how do i add weapon pickups to my server?

Thanks (: ,
Jake

4
mIRC/pawn Scripting / Script request Teleport script
« on: February 27, 2010, 10:34:04 pm »
Hello,
If possible i would like to request a script that does the following...

When a user types /battle they get teleported to 0,0,-93.4009,-1119.9797,103.8871,123.5294,0,0,0,0,0,0

Once teleported can the system send a message to that user saying "Welcome to Jakes Server battle arena!"

Thanks for your help,
Jake

5
mIRC/pawn Scripting / Racing script request.
« on: February 26, 2010, 03:39:25 pm »
Hello,
If possible i would like to request a script which launches a race.

Eg. I type /c race then i get teleported to the big bridge where there are lots of cars, When the race is finished could it say who won?

Thanks,
Jake

6
mIRC/pawn Scripting / Script requests...
« on: February 26, 2010, 02:37:34 pm »
Hey,
If possible could i request the following scripts:

User registration script?

The user ID for plane that floats on water?

Thanks,
Jake

7
mIRC/pawn Scripting / Coords for weapons and hidden packages.
« on: February 26, 2010, 02:17:24 pm »
Hello,
How do i find coords for weapons and hidden packages?

Thanks,
Jake

8
mIRC/pawn Scripting / Need script for cars float on water...
« on: February 26, 2010, 01:21:59 pm »
Hello,
If possible i would like to request a script that allows users to float on water when in a car.

Thanks,
Jake

9
mIRC/pawn Scripting / Re: Script for adding a new command...
« on: February 26, 2010, 12:46:08 pm »
Should i put it anywhere within the onplayercommand section?

When i type /c help in the game nothing happens...

Thanks,
Jake

10
mIRC/pawn Scripting / Re: Script for adding a new command...
« on: February 26, 2010, 12:27:16 pm »
Its not working when i type /help?

11
mIRC/pawn Scripting / Script for adding a new command...
« on: February 26, 2010, 12:12:11 pm »
Hello,
I would like to request a script...

I would like like it to be a /help command, So when people type /help it displays a message of my choice...

Thanks,
Jake

12
mIRC/pawn Scripting / no changes
« on: February 23, 2010, 10:19:42 pm »
When i edit gamemode.pwn and save it then restart my server no changes take place?


Does anyone know whats going on here?

Thanks,
Jake

13
mIRC/pawn Scripting / Jumpswitch?
« on: February 22, 2010, 10:42:07 pm »
What is jumpswitch?

Because when i join my server on GTA VC it says "Jump switch" is disabled?

How would i enable it and what does it do?

Thanks,
Jake

14
mIRC/pawn Scripting / Re: Help please.
« on: February 22, 2010, 09:41:51 pm »
I inserted it in the script in:

//------------------------------------------------------------------------------------------------------

public OnPlayerConnect(playerid){
   SendClientMessage(playerid,COLOR_GRAY,"Welcome to {Jakes server} , Enjoy yourself! , This server is hosted at buzzsocial.co.uk");
   return 1;
}

//------------------------------------------------------------------------------------------------------

Is this ok? Anyways after saving it to the server no changes have taken place and a welcome message is not showing?

Thanks,
Jake

15
mIRC/pawn Scripting / Add welcome message.
« on: February 22, 2010, 08:00:00 pm »
I'm new to all this scripting, And need your help...

I would like to add the following script which displays a message on user entry...

public OnPlayerConnect(playerid){
   SendClientMessage(playerid,COLOR_GRAY,"Welcome to my server.");
   return 1;
}  


Where abouts in my pawn script would i insert the script above?

Many thanks,
Jake

Pages: [1] 2