02.11.2012, 18:55
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
and for GetPlayerSkin
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;
}
pawn Код:
OnPlayerDissconct()
{
new skin [skin id here]
GetPlayerSkin(playerid, skin)
return 1;
}