26.10.2010, 15:42
it's compile, but ingame deosn't vehicle jump only human
// CODE
// CODE
Код:
if(strcmp(cmd, "/helpmeup", true) == 0)
{
new Float:x,Float:y,Float:z;
GetPlayerPos(playerid,x,y,z);
SetPlayerPos(playerid,x,y,z+5);
if (IsPlayerInAnyVehicle(playerid))
SendClientMessage(playerid, 0x00FF00, "You shouldn't be stuck now.");
return 1;
}

