[Discussing & Requesting Help] PlayerToPoint uses? .. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Discussing & Requesting Help] PlayerToPoint uses? .. (
/showthread.php?tid=83796)
[Discussing & Requesting Help] PlayerToPoint uses? .. -
Moustafa - 27.06.2009
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
Re: [Discussing & Requesting Help] PlayerToPoint uses? .. -
Grim_ - 27.06.2009
Check the wiki.
Re: [Discussing & Requesting Help] PlayerToPoint uses? .. -
Moustafa - 27.06.2009
I said not auto gate open, i want other things.. like the things i mentioned
Re: [Discussing & Requesting Help] PlayerToPoint uses? .. -
dice7 - 27.06.2009
You use PlayerToPoint in OnPlayerUpdate or in a timer
Re: [Discussing & Requesting Help] PlayerToPoint uses? .. -
Moustafa - 27.06.2009
couldn't understand a shit -.-
Re: [Discussing & Requesting Help] PlayerToPoint uses? .. -
yezizhu - 27.06.2009
pawn Код:
public OnPlayerUpdate(playerid){
if(PlayerToPoint(playerid,0,0,0,0)){
//bhabhabha
}
return 1;
}