08.02.2013, 22:16
OnGameModeInit
OBS: Modifique X, Y e Z \/
Final do GameMode
Acho que assim da...
OBS: Modifique X, Y e Z \/
PHP код:
CaP = CPS_AddCheckpoint(X, Y, Z,2.0,80);
PcA = CPS_AddCheckpoint(X, Y, Z,2.0,80);
AcP = CPS_AddCheckpoint(X, Y, Z,2.0,80);
Crie Mais Se Tiver Mais Gang's e Crie New's Para Elas /\.
PHP код:
public OnPlayerEnterCheckpoint(playerid)
{
if(strcmp(GangZone[PlayerGangZone(playerid)][Dono], GetNick(playerid), true))
{
SendClientMessage(playerid, VERMELHO,"* Esta GangZona jб й sua!");
return 1;
}
else
{
DominateGangZone(playerid, PlayerGangZone(playerid));
}
return 1;
}