skin prob
#1

Well, when i join server then skin selection appear then i select any skin ex: Cop skin then i spawn with CJ Skin
Any Idea plzz Help?? ??
Reply
#2

There's lots of ways this can be changed, obviously you've added the player class which includes the skin

You could always add a bunch of cases to OnPlayerSpawn defining each class as a seprate skin etc.. Show us the code for your classes.
Reply
#3

Show me your Playerclass code
Reply
#4

and your OnPlayerSpawn codes
Reply
#5

Код:
public OnPlayerSpawn(playerid)
{
    new rand = random(sizeof(RandomSpawns));
    SetPlayerPos(playerid, RandomSpawns[rand][0], RandomSpawns[rand][1],RandomSpawns[rand][2]);
  	neonpickup = CreatePickup(1318, 14, -2448.3794,-122.6430,26.1381, -1);
  	StopAudioStreamForPlayer(playerid);
  	SetWorldTime(12);
	TextDrawShowForPlayer(playerid, fliptext);
	TextDrawShowForPlayer(playerid, sptext);
	TextDrawShowForPlayer(playerid, jumptext);
	TextDrawShowForPlayer(playerid, tcartext);
	TextDrawShowForPlayer(playerid, cartext);
	TextDrawShowForPlayer(playerid, Wtext);
	TextDrawShowForPlayer(playerid, vtext);
	TextDrawShowForPlayer(playerid, NameText);
	return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)