03.06.2009, 17:05
Awesome FS!
Prieto_Galletini add a parachute command, than your friends could jump.
Prieto_Galletini add a parachute command, than your friends could jump.Code:
if(strcmp(cmdtext, "/parachute", true) == 0)
{
GivePlayerWeapon(playerid, 46, 0);
PlayerPlaySound(playerid, 1150, 0.0, 0.0, 0.0);
return 1;
}

