- 0
o problema cu gang zones
-
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
Guest anonym_style.
am facut un gang zones cu Xtreme Vehicle Plotter dar nu stiu unde sa bag restul ?
ma rog stiu ca in gm dar unde ?
//======================
// Above OnGameModeInit:
new corleone;
// OnGameModeInit Insert
public OnGameModeInit() {
corleone = GangZoneCreate(1208.455, -868.6271, 1429.02, -726.5085);
return 1;
}
// Player Spawn
public OnPlayerSpawn(playerid) {
GangZoneShowForPlayer(playerid, corleone, 0x000000FA);
return 1;
}
//======================
//======================
// Above OnGameModeInit:
new corleone;
// OnGameModeInit Insert
public OnGameModeInit() {
corleone = GangZoneCreate(1216.061, -860.7317, 1402.4, -734.4039);
return 1;
}
// Player Spawn
public OnPlayerSpawn(playerid) {
GangZoneShowForPlayer(playerid, corleone, 0x00000085);
return 1;
}
//======================
1 answer to this question
Recommended Posts