how to
#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


Messages In This Thread
how to - by iJumbo - 23.10.2010, 17:34
Re: how to - by Badger(new) - 23.10.2010, 17:45
Re: how to - by iJumbo - 23.10.2010, 17:48
Re: how to - by DeathOnaStick - 23.10.2010, 17:51
Re: how to - by Badger(new) - 23.10.2010, 17:55
Re: how to - by DeathOnaStick - 23.10.2010, 17:59

Forum Jump:


Users browsing this thread: 1 Guest(s)