how to
#1

how to get player cord (the cord of mark) in the mini map ? EDIT: here i mean the mini map player mark pos
Reply
#2

If you want to get their position,
Код:
GetPlayerPos(playerid,Float:xvalue,Float:yvalue,Float:zvalue);
e.g.
pawn Код:
public OnPlayerDeath(playerid,killerid,reason){
    new Float:x, Float:y, Float:z;
    GetPlayerPos(playerid,x,y,z);
    return 1;
}
Reply
#3

lol fail read the question lol
Reply
#4

The coords of mark = the (other/displayed) player coords. Whats the problem?
Reply
#5

Yeah sorry =p. I was thinking that you meant the map icon.
Reply
#6

Quote:
Originally Posted by Badger(new)
Посмотреть сообщение
Yeah sorry =p. I was thinking that you meant the map icon.
I was thinking that, too. If you want to get better answers, ask your question better than it is at the moment.

#edit#: "Minimap player mark pos" equals the position of the player that is displayed. Really, I don't see any problem in there.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)