30.08.2015, 10:44
hello guys , how to use gammix Interactive Gangzones Include?
But how to use this ??
public OnPlayerEnterGangZone(playerid, zone);
public OnPlayerLeaveGangZone(playerid, zone);
PHP код:
new GZ_ZONE1;
public OnGameModeInit()
{
GZ_ZONE1 = GangZoneCreate(890.625,503.90625,2906.25,2906.25,-1,-1,-1,2.0,0x00000060);
return 1;
}
public OnPlayerSpawn(playerid)
{
GangZoneShowForAll(GZ_ZONE1,-1,0x00000060);
return 1;
}
public OnPlayerEnterGangZone(playerid, zone);
public OnPlayerLeaveGangZone(playerid, zone);