21.03.2013, 20:57
This problem has been found from start the server when i create the server that when i select or change the skin and die the skin changed to Cj
How could this fix?
How could this fix?
new pSkin[MAX_PLAYERS];
public ChangeSkin(playerid,skin)//just an example, add the code where you have your changing things
{
pSkin[playerid] = skin;
SetPlayerSkin(playerid,skin);
}
public OnPlayerSpawn(playerid)
{
SetPlayerSkin(playerid,pSkin[playerid]);
}