Tag Mismatch
#3

Quote:
Originally Posted by Hal
Посмотреть сообщение
wanna show a bit more? like the getplayerpos, and the floats
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    new Float:X, Float:Y, Float:Z;
    GetPlayerPos(playerid, X, Y, Z);
    DeathPosX[playerid] = X;
    DeathPosY[playerid] = Y;
    DeathPosZ[playerid] = Z;
    IsDead[playerid] = 1;
    return 1;
}
Reply


Messages In This Thread
Tag Mismatch - by admantis - 30.12.2010, 23:29
Re: Tag Mismatch - by Hal - 30.12.2010, 23:30
Re: Tag Mismatch - by admantis - 30.12.2010, 23:31
Re: Tag Mismatch - by _rAped - 30.12.2010, 23:40
Re: Tag Mismatch - by admantis - 30.12.2010, 23:41
Re: Tag Mismatch - by [L3th4l] - 30.12.2010, 23:46
Re: Tag Mismatch - by admantis - 30.12.2010, 23:47
Re: Tag Mismatch - by _rAped - 30.12.2010, 23:53

Forum Jump:


Users browsing this thread: 2 Guest(s)