Why is this not working?
#7

pawn Код:
if(PRESSED(KEY_CROUCH))
{
if(PlayerIsInDM[playerid] == true)
  {
SendClientMessage(playerid,COLOR_RED, "ERROR: You can't use this command in DM zone! Use /exitdm ");
}
if(IsPlayerInAnyVehicle(playerid) && PlayerIsInDM[playerid] == false)
{
new
Float:x,
Float:y,
Float:z;
GetVehiclePos(GetPlayerVehicleID(playerid), x, y, z);
SetVehiclePos(GetPlayerVehicleID(playerid), x, y, z + 10.0);
}
}
Reply


Messages In This Thread
Why is this not working? - by BP13 - 19.10.2009, 23:14
Re: Why is this not working? - by Gerinych - 20.10.2009, 03:54
Re: Why is this not working? - by Zeex - 20.10.2009, 04:13
Re: Why is this not working? - by BP13 - 20.10.2009, 20:33
Re: Why is this not working? - by whooper - 20.10.2009, 20:38
Re: Why is this not working? - by BP13 - 20.10.2009, 20:48
Re: Why is this not working? - by whooper - 20.10.2009, 20:50
Re: Why is this not working? - by BP13 - 20.10.2009, 20:57
Re: Why is this not working? - by whooper - 20.10.2009, 21:04
Re: Why is this not working? - by BP13 - 20.10.2009, 21:13

Forum Jump:


Users browsing this thread: 1 Guest(s)