16.11.2015, 21:46
Tenta isso:
@Edit
Nгo se coloca , em nъmeros decimais, se poe 0.00, 0.00, 0.00, 0.00
Код:
new GZ; // topo do gm public OnGameModeInit() { GZ = GangZoneCreate(0.0, 0.0, 0.0, 0.0); // As cordenadas tem que seguir esse padrгo: https://sampwiki.blast.hk/wiki/GangZoneC...0.59708555 return 1; } public OnPlayerSpawn(playerid) { GangZoneShowForPlayer(playerid, GZ, /*COR*/); return 1; } public OnGameModeExit() { for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { GangZoneHideForPlayer(i, GZ); } } return 1; }
Nгo se coloca , em nъmeros decimais, se poe 0.00, 0.00, 0.00, 0.00