27.10.2012, 19:40
How do I add 2 points to : if(!IsPlayerInRangeOfPoint(playerid, 3.0, x,y,z))
Here's what I mean/need: In my Firefighter Faction there are now two Fire Departments that /duty can be used at. How do I add two seperate points to the /duty part of the script. This is what I have now:
I need to add a second point to this so that you can go on duty at BOTH stations. Can someone tell me how to do this (please include what to put).
Thanks: jakejohnsonusa
Here's what I mean/need: In my Firefighter Faction there are now two Fire Departments that /duty can be used at. How do I add two seperate points to the /duty part of the script. This is what I have now:
Код:
else if(PlayerInfo[playerid][pMember] == 12||PlayerInfo[playerid][pLeader] == 12) { if(!IsPlayerInRangeOfPoint(playerid, 3.0, 2811.7837,-1167.3248,1025.5703)) {
Thanks: jakejohnsonusa