How to make a zone
#1

i want to make a zone that only for people with a certain ip can enter, and that i can put their ip in a txt file.

Stuff i already got:
Code:
new Clanzone;


Public OnFilterScriptInit()
{
Clanzone = GangZoneCreate(2649.73, -2574.052, 2836.069, -2333.239);
}


public OnPlayerSpawn(playerid) 
{
  GangZoneShowForPlayer(playerid, Clanzone, 0xFF800096);
  return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)