Problem with CJ skin
#1

Hey, i have problem with spawning, i spawn always with CJ skin. It should retrive a value from MySQL and it do it right, but when i spawn it sets my skin ID 0.
Reply
#2

Код:
public OnPlayerSpawn(playerid)
{
	SetPlayerSkin(playerid,SKIN_ID); // Take skin id from your MYSQL
	return 1;
}
Should fix it
Reply
#3

It is like your example.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)