question
#1

I got a question about setplayerpos :

I got like 3 mapped cells next to each other and i want to make like 1 cmd that's /entercell for players, i made the ifplayerinrangeofpoint on the 3 cells and made pickups for them, but the question is: how can i make a 3 different player position with ONE cmd !?
Reply
#2

pawn Код:
if(IsPlayerInRangeOfPoint(blahblah location 1))
{

}
else if(IsPlayerInRangeOfPoint(blahblah location 2))
{

}
else if(IsPlayerInRangeOfPoint(blahblah location 3))
{

}
else
{
SendClientMessage(playerid,COLOR,"You aren't near the cells..................... jeez");
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)