Csinálok egy teszt scriptet.
Itt a script:
#include <a_samp>
#include <a_players>
#include <streamer>
new zone;
public OnGameModeInit()
{
zone = GangZoneCreate(3877.1367,678.6633, 4066.2490,287.4739);
return 1;
}
public OnPlayerSpawn(playerid)
{
GangZoneShowForPlayer(playerid ,zone, 0x3EA83DFF); //zöld
return 1;
}