skin and pos
#1

Het how save player posistion and skin??
Reply
#2

1. You make a saving system.
2. You use GetPlayerPos.
3. You save the positions.
Reply
#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
#4

Also you'd like to use GetPlayerSkin to get the skin ID.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)