13.05.2012, 18:33
esto es algo basico, tu modificalo a tu gusto
pawn Код:
public OnPlayerSpawn(playerid)
{
SetPlayerCheckpoint(playerid, 1982.6150, -220.6680, -0.2432, 3.0);
return 1;
}
public OnPlayerEnterCheckpoint(playerid)
{
GangZoneFlashForAll(gangzone,COLOR_RED);;
return 1;
}