onplayerclickmap is not working, it just teleport player to 0,0,0
#1

Код:
public OnPlayerClickMap(playerid, Float:fX, Float:fY, Float:fZ)
{
    SetPlayerPosFindZ(playerid, fX, fY, fZ); 
    return 1;
}
i use this, when i click the map, it tele me to the center of SA. How to solve?
Reply
#2

Why don't you just try using

SetPlayerPos(playerid, fX, fY, fZ); ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)