23.10.2010, 17:34
(
Последний раз редактировалось iJumbo; 23.10.2010 в 17:50.
)
how to get player cord (the cord of mark) in the mini map ? EDIT: here i mean the mini map player mark pos
GetPlayerPos(playerid,Float:xvalue,Float:yvalue,Float:zvalue);
public OnPlayerDeath(playerid,killerid,reason){
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid,x,y,z);
return 1;
}