Quote:
Originally Posted by IceBilizard
Working fine for me i have tested this code
give a try with this example
PHP код:
//on top of script
new zone1;
then
PHP код:
public OnGameModeInit()
{
zone1 = GangZoneCreate(917, -1964, 1554, -1511);
return 1;
}
then
PHP код:
CMD:showzone(playerid, params[])
{
GangZoneShowForPlayer(playerid, zone1, 0xFFFF00AA);
return 1;
}
CMD:flashzone(playerid, params[])
{
GangZoneFlashForPlayer(playerid, zone1, 0x009100AA);
return 1;
}
|
It does not work .. Can you give me a. Amx with these complied? There's something wrong with my includes...