15.10.2009, 21:15
Hi! I wish somebody would help me create gangzone! Am beginner and I'm not doing it!
I use the X-treme San Andreas Ultimate Mapper and he gave me this code:
//======================
/ / Above OnGameModeInit:
new BALLAS;
/ / Insert OnGameModeInit
public OnGameModeInit () (
GangZoneCreate ball = (1090.567, -1283.14, 1231,272, -1144969);
return 1;
}
/ / Player Spawn
public OnPlayerSpawn (playerid) (
GangZoneShowForPlayer (playerid, BALLAS, 0x80008096);
return 1;
}
//======================
I put this code in the way he asked,
but PAWNO closed
I use the X-treme San Andreas Ultimate Mapper and he gave me this code:
//======================
/ / Above OnGameModeInit:
new BALLAS;
/ / Insert OnGameModeInit
public OnGameModeInit () (
GangZoneCreate ball = (1090.567, -1283.14, 1231,272, -1144969);
return 1;
}
/ / Player Spawn
public OnPlayerSpawn (playerid) (
GangZoneShowForPlayer (playerid, BALLAS, 0x80008096);
return 1;
}
//======================
I put this code in the way he asked,
but PAWNO closed