24.06.2009, 12:04
Hi,
I've a question.
I have just created a GangZone, and asked me how I do it as a weapons-free zone could make.
But this I know not how I do it here and I wanted to ask.
Here is the code of my GangZone:
I hope you can help me.
Thanks in advance
I've a question.
I have just created a GangZone, and asked me how I do it as a weapons-free zone could make.
But this I know not how I do it here and I wanted to ask.
Here is the code of my GangZone:
Код:
new Spawn;
public OnGameModeInit() {
Spawn = GangZoneCreate(-128,4566, 2335,575, 525,5044, 2674,233);
return 1;
}
public OnPlayerSpawn(playerid) {
GangZoneShowForPlayer(playerid, Spawn, 0x00FF0096);
return 1;
}
Thanks in advance

