Allways spawn with skin id 3
#1

I have been trying to work out why, everyone allways spawn with skin id 3 and it changes their account details with skin to 3.

Only code that sets the skin except for the /setskin command that works fine.

pawn Код:
public OnPlayerRequestClass(playerid)
{
    SetSpawnInfo( playerid, -1, 121, Spawn_X, Spawn_Y, Spawn_Z, Spawn_A,  -1, -1, -1, -1, -1, -1 );
    SpawnPlayer(playerid);
    return 1;
}
It saves the skin fine but when you spawn its set to 3 even when i tryed it now with a set skin of 3.

Anyone know whats up?
Reply


Messages In This Thread
Allways spawn with skin id 3 - by Tom1412 - 24.08.2012, 23:21
Re: Allways spawn with skin id 3 - by Tom1412 - 24.08.2012, 23:44

Forum Jump:


Users browsing this thread: 2 Guest(s)