Same Interior/2 Different Stores/2 Different Exits Using IsPlayerInRangeOfPoint..Possible?
#3

pawn Код:
new CluckingBell[MAX_PLAYERS];

if(CluckingBell[playerid] == 1) {
SetPlayerPos(//...
} else if(CluckingBell[playerid] == 2) {
SetPlayerPos(//...
} else if(CluckingBell[playerid] == 3) {
SetPlayerPos(//...
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)