24.02.2010, 14:26
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:
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;
}

