How to get/set position based in the screen?
#2

And, why don't you simply use the normal map and get the positions of where the players have clicked to teleport him? By using the OnPlayerClickMap functions or something like that. Using textdraws isn't a good ideas.

pawn Код:
//functions
public OnPlayerClickMap(playerid, Float:fX, Float:fY, Float:fZ) {
    SetPlayerPosFindZ(playerid, fX, fY, fZ);
    return 1;
}
Reply


Messages In This Thread
How to get/set position based in the screen? - by JR_Junior - 14.11.2014, 00:59
Re: How to get/set position based in the screen? - by Adawg - 14.11.2014, 01:51
Re: How to get/set position based in the screen? - by JR_Junior - 14.11.2014, 02:04

Forum Jump:


Users browsing this thread: 1 Guest(s)