SAMP Spawn where died?
#3

pawn Код:
new Float:X,Float:Y,Float:Z;
public OnPlayerDeath(playerid , killerid , reason)
{
    GetPlayerPos(playerid,X,Y,Z);
    return 1;
}
public OnPlayerSpawn(playerid)
{
    SetPlayerPos(playerid,X,Y,Z);
    return 1;
}
Reply


Messages In This Thread
SAMP Spawn where died? - by Shockey HD - 12.08.2011, 00:55
Re: SAMP Spawn where died? - by Kush - 12.08.2011, 01:02
Re: SAMP Spawn where died? - by Amel_PAtomAXx - 12.08.2011, 01:17
Re: SAMP Spawn where died? - by Darnell - 12.08.2011, 05:38
Re: SAMP Spawn where died? - by Shockey HD - 12.08.2011, 05:47

Forum Jump:


Users browsing this thread: 3 Guest(s)