13.09.2009, 04:55
Quote:
|
Good work, but could you explain me how do I make a command only available when player is in marker / checkpoint? |
{
if(IsPlayerInCheckpoint(playerid))
{
//do anything here
return 1;
}
here

https://sampwiki.blast.hk/wiki/IsPlayerInCheckpoint

