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 - JoJo_boy

Pages: [1]
1
mIRC/pawn Scripting / Re: help me
« on: January 09, 2011, 05:23:48 pm »
Code: [Select]
if(strcmp(cmd,"!fix",true) == 0)
{
if(!IsPlayerInAnyVehicle(playerid))
        {
            SendClientMessage(playerid,COLOR_GREY,"You're not in a vehicle!");
            else if ( (GetPlayerVehicleID(playerid) == 155) || ( GetPlayerVehicleID(playerid) == 177) ) SendClientMessage(playerid,COLOR_RED,"You cant fix this vehicle");
            return 1;
  }
else {
SetVehicleTyre(GetPlayerVehicleID(playerid), 1);
SetVehicleLights(GetPlayerVehicleID(playerid), 1);
SetVehicleHealth(GetPlayerVehicleID(playerid),1000);
SendClientMessage(playerid,COLOR_YELLOW,"Your car has been fixed!");
return 1;
}
return 1;
}

i think this might work ( im not sure about if its "else if" or "elseif" )

2
mIRC/pawn Scripting / Re: Some Doubts..
« on: November 01, 2010, 12:20:32 pm »
You can get the coordinates by saying /s then /save to save them in "vc-mp_saved_coords.txt" in your gta vice city folder

3
mIRC/pawn Scripting / Re: New SCRIPT By JoJo_boy
« on: December 06, 2008, 07:13:09 pm »
Conceiteds Why Do you Crash my server huh And why you flood? anb why u hack?

4
mIRC/pawn Scripting / Re: New SCRIPT By JoJo_boy
« on: December 05, 2008, 12:18:19 am »
i said it i Modified the script of GUS thats all

5
mIRC/pawn Scripting / Re: New SCRIPT By JoJo_boy
« on: December 04, 2008, 05:50:46 pm »
Its GUS 9.0 But The Script is different

6
Support / Re: Cant PLAY!!
« on: December 04, 2008, 12:58:31 am »
omfg ur using VC-MP 0.3z Hacked Version  :-\

7
mIRC/pawn Scripting / New SCRIPT By JoJo_boy
« on: December 04, 2008, 12:52:05 am »
Ok ;D Guys you can all download it from here :

http://www.zshare.net/download/522136005b3c2ee6/

Fonction

You all Know...

1) Extrat the files to a floder
2) when they finish open that floder
3) Then You will find "vcmp.ini' Open it and You will find IP and these things Put your ip in there
4) When you finish run your server and open that mIRC
5) When Its loaded ( When Its not type in there /load -rs vcmp.mrc And click yes)
6) then connect To your server with Getting on it you will find it in the internet List and then WHEN YOU ENTER TO YOUR SERVER TYPE !set admin


New fonctions:
-------------
 Type !commands you will see some New commands
And.....
Type !script :D

Thanks. Jojo_boy In your Service Lmao xD




8
mIRC/pawn Scripting / Re: WSV !BURN ID
« on: December 02, 2008, 01:34:25 pm »
Uh.........dont work ;D ;D

9
mIRC/pawn Scripting / Re: WSV !BURN ID
« on: December 01, 2008, 10:35:15 pm »
Not !burn ? Coz i see Just ( $2 == burn) ??????

10
mIRC/pawn Scripting / Re: WSV !BURN ID
« on: December 01, 2008, 03:34:35 pm »
Can you guys Find Me one For GUSv9.0 pleas :)

11
mIRC/pawn Scripting / Re: Teleport command
« on: December 01, 2008, 03:33:24 pm »
Thanks Guys Ill try it right now on my server (  Ultimate DM/stunt server (Jojo_boy)  )  ;D 

12
mIRC/pawn Scripting / Re: Teleport command
« on: November 30, 2008, 09:24:59 pm »
Can you guys Find me one For GUSv9.0

Pages: [1]