skin and pos
#3

What you mean with Save positions and skin
Save where/when/how them ??
i don't understand it lol, give some more information

a way is with the GetPlayerSkin and GetPlayerPos

Example for GetPlayerPos

pawn Код:
OnPlayerDissconect()
{
       new Float:x, Float:y, Float:z
       GetPlayerPos(playerid, x,y,z);
       return 1;
}
and for GetPlayerSkin

pawn Код:
OnPlayerDissconct()
{
       new skin [skin id here]
       GetPlayerSkin(playerid, skin)
       return 1;
}
Reply


Messages In This Thread
skin and pos - by Mustafa6155 - 02.11.2012, 18:43
Re: skin and pos - by Lorrden - 02.11.2012, 18:54
Re: skin and pos - by Private200 - 02.11.2012, 18:55
Re: skin and pos - by Lorrden - 02.11.2012, 19:02

Forum Jump:


Users browsing this thread: 1 Guest(s)