• Welcome to Vice City Multiplayer.
 
Menu

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.

Show posts Menu

Messages - theweirdgeek

#1
mIRC/pawn Scripting / Re: Script request Teleport script
February 28, 2010, 11:06:41 AM
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
February 27, 2010, 08: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
February 27, 2010, 08:50:57 PM
Also how do i add weapon pickups to my server?

Thanks (: ,
Jake
#4
mIRC/pawn Scripting / Script request Teleport script
February 27, 2010, 08: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.
February 26, 2010, 01: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...
February 26, 2010, 12: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
Hello,
How do i find coords for weapons and hidden packages?

Thanks,
Jake
#8
Hello,
If possible i would like to request a script that allows users to float on water when in a car.

Thanks,
Jake
#9
Should i put it anywhere within the onplayercommand section?

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

Thanks,
Jake
#10
Its not working when i type /help?
#11
mIRC/pawn Scripting / Script for adding a new command...
February 26, 2010, 10:12:11 AM
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
February 23, 2010, 08: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?
February 22, 2010, 08: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.
February 22, 2010, 07: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.
February 22, 2010, 06: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