22.11.2009, 00:26
Hello everyone, I'm riding a game mod gang war, but is giving an error inexplicable to me,
I saved the xyz gang zone, put the line correctly
/ / Above OnGameModeInit:
new zone1;
/ / Insert OnGameModeInit
public OnGameModeInit () (
zone1 = GangZoneCreate (1790.785, 1480.99, 2017.266, 1678.262);
return 1;
)
/ / Player Spawn
public OnPlayerSpawn (playerid) (
GangZoneShowForPlayer (playerid, zone1, 0x00000096);
return 1;
)
//======================
I have to include, not more of it does not come out right on the map, it goes wrong totally out of place,
Sorry my bad English.
I hope you understand, anything posted.
I saved the xyz gang zone, put the line correctly
/ / Above OnGameModeInit:
new zone1;
/ / Insert OnGameModeInit
public OnGameModeInit () (
zone1 = GangZoneCreate (1790.785, 1480.99, 2017.266, 1678.262);
return 1;
)
/ / Player Spawn
public OnPlayerSpawn (playerid) (
GangZoneShowForPlayer (playerid, zone1, 0x00000096);
return 1;
)
//======================
I have to include, not more of it does not come out right on the map, it goes wrong totally out of place,
Sorry my bad English.
I hope you understand, anything posted.