Another bug
#2

pawn Код:
public OnPlayerEnterCheckpoint()
{
  if(IsPlayerInVehicle(playerid))
  {
    SendClientMessage(playerid, 0xAAAAAAAA, "You need to be on foot to rob!");
    return 1;
  }
..your robbing code etc
}
Reply


Messages In This Thread
Another bug - by `FuTuRe- - 24.01.2010, 09:58
Re: on foot enter checkpoint only - by mansonh - 24.01.2010, 10:18
Re: on foot enter checkpoint only - by `FuTuRe- - 24.01.2010, 10:27
Re: on foot enter checkpoint only - by Correlli - 24.01.2010, 10:27
Re: on foot enter checkpoint only - by `FuTuRe- - 24.01.2010, 10:31
Re: Another bug - by `FuTuRe- - 24.01.2010, 10:50
Re: on foot enter checkpoint only - by mansonh - 24.01.2010, 11:20

Forum Jump:


Users browsing this thread: 1 Guest(s)