- 0
[GF/RP] problema adaugare gang zone
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
Papana
deci cand adaug asta adica gang ..
//======================gang zone================================== //====================== // Above OnGameModeInit: new LSPD; // OnGameModeInit Insert public OnGameModeInit() { LSPD = GangZoneCreate(1497.471, -1733.182, 1607.753, -1602.907); return 1; } // Player Spawn public OnPlayerSpawn(playerid) { GangZoneShowForPlayer(playerid, LSPD, 0xFFFFFF84); return 1; } //====================== //====================== // Above OnGameModeInit: new Primarie; // OnGameModeInit Insert public OnGameModeInit() { Primarie = GangZoneCreate(1417.611, -1820.033, 1577.33, -1705.548); return 1; } // Player Spawn public OnPlayerSpawn(playerid) { GangZoneShowForPlayer(playerid, Primarie, 0xFFFFFF96); return 1; } //====================== //====================== // Above OnGameModeInit: new CNN; // OnGameModeInit Insert public OnGameModeInit() { CNN = GangZoneCreate(820.566, -1085.753, 927.0455, -998.9026); return 1; } // Player Spawn public OnPlayerSpawn(playerid) { GangZoneShowForPlayer(playerid, CNN, 0xFFFFFF96); return 1; } //====================== //====================== // Above OnGameModeInit: new Banca; // OnGameModeInit Insert public OnGameModeInit() { Banca = GangZoneCreate(1394.794, -1066.014, 1539.302, -998.9026); return 1; } // Player Spawn public OnPlayerSpawn(playerid) { GangZoneShowForPlayer(playerid, Banca, 0xFFFFFF96); return 1; } //====================== //======================gang zone=================================imi da niste erori :EDIT:
DATI TC
AM rezolvat
1 answer to this question
Recommended Posts