23.06.2016, 16:10
"OOC Fear"... Damn, I'd have thought it was IC fear due to it being in the game and all.
OnPlayerWeaponShot
if(IsAGangMember(playerid)&&!GreenActive[playerid])
GetPlayerPos
GreenZone[playerid] = CreateGangZone x+30 y+30 x-30 y-30
GreenActive[playerid] = 1;
foreach(i, player)
ShowGangZoneforPlayer(i)
If you use the streamer, that could make things a bit easier in some way. You can then use OnPlayerEnterArea and other good streamer functions to do good stuff.
OnPlayerWeaponShot
if(IsAGangMember(playerid)&&!GreenActive[playerid])
GetPlayerPos
GreenZone[playerid] = CreateGangZone x+30 y+30 x-30 y-30
GreenActive[playerid] = 1;
foreach(i, player)
ShowGangZoneforPlayer(i)
If you use the streamer, that could make things a bit easier in some way. You can then use OnPlayerEnterArea and other good streamer functions to do good stuff.