Posts: 5
Threads: 2
Joined: Jul 2010
Reputation:
0
Hi well I wanted to know if i could get a script where some zones are prohibited. Like if the players (that are not cops, army etc) enter get wanted like 6 stars and so... Like Gang Zones but makes them wanted.
Thanks
Posts: 441
Threads: 19
Joined: Sep 2011
Reputation:
0
I'd use something like
if(IsPlayerInRangeOfPoint...)
{
SetPlayerWanted(playerid,...)
}
and maybe add your team variable in there if necessary.
Posts: 5
Threads: 2
Joined: Jul 2010
Reputation:
0
Could i use that for like example barricade al SF and if users get out of SF or jump the barricade they get wanted?