Please Help
#1

Hello, I have a problem with spawn players, means when I die, on spawn I get cj skin and spawn button

If you know the reason of problem please help me. Thanks in advance
Reply
#2

It's not an issue or a problem it's just simply the lack of scripting causing such "issue". You need to script that, - it's not a default procedure. Example,

pawn Код:
stock SetPlayerSkinEx(playerid, skinid)
{
     playerskin = skinid;
     return SetPlayerSkin(playerid, skinid);
}

public OnPlayerSpawn(playerid)
{
   SetPlayerSkin(playerid, playerskin[playerid]);
}
Basically you need to save the skin, and set it once a player (re)spawns.
Reply
#3

Its not working.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)