[FilterScript] A_GPS
#3

Quote:
Originally Posted by [ISS]jumbo
Посмотреть сообщение
nice but i have some checkpoint i have to stream it :/
You can fix that problem in few seconds.
Go to /gps command and paste
Код:
SetPVarInt(playerid, "Gps_Checkpoint", 1);
And under the OnPlayerEnterCheckpoint Callback paste ( THE CODE MUST BE ON TOP! )
Код:
if(GetPVarInt(playerid, "Gps_Checkpoint" ) == 1)
{
  DisablePlayerCheckpoint(playerid);
  SetPVarInt(playerid, "Gps_Checkpoint", 0);
  return 1;
}
And that's it.
Reply


Messages In This Thread
A_GPS - by armyoftwo - 06.11.2010, 12:56
Re: A_GPS - by iJumbo - 06.11.2010, 13:01
Re: A_GPS - by armyoftwo - 06.11.2010, 13:05
Re: A_GPS - by Auxxx - 24.11.2010, 15:48
Re: A_GPS - by TopAz07 - 21.12.2010, 11:22
Re: A_GPS - by armyoftwo - 30.12.2010, 09:17

Forum Jump:


Users browsing this thread: 5 Guest(s)