[Discussing & Requesting Help] PlayerToPoint uses? ..
#1

Well, i want to know and discuss how can i make the PlayerToPoint to be available when iam there, know how?

Hmm, for example, iam near a gate, without any command or anything, the PlayerToPoint injects the player's location and opens the gate, or.. for example iam putting Address/Place text for the place he is, i put PlayerToPoint so when he enters the radius of this place it says: You've entered X-X-X-X

And all kind of these things, maybe its not a discussion, but just speak up and say
Reply
#2

Check the wiki.
Reply
#3

I said not auto gate open, i want other things.. like the things i mentioned
Reply
#4

You use PlayerToPoint in OnPlayerUpdate or in a timer
Reply
#5

couldn't understand a shit -.-
Reply
#6

pawn Код:
public OnPlayerUpdate(playerid){
  if(PlayerToPoint(playerid,0,0,0,0)){
    //bhabhabha
  }
  return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)