07.07.2009, 12:23
Quote:
Originally Posted by cοοp
Quote:
|
Now I need this command to keep spawning red markers randomly when you enter one.
pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
GivePlayerMoney(playerid, 600);
DisablePlayerCheckpoint(playerid);
return 1;
}