help with skins
#1

hello can someone tell me the problem and how to fix it?

http://www.youtube.com/watch?v=LgFSI...ature=*********
Reply
#2

What is the problem ?
Reply
#3

check the video the skins dont show up
Reply
#4

Show me your OnPlayerRequestClass please.
Reply
#5

Code:
public OnPlayerRequestClass(playerid, classid)
{
	if(IsPlayerNPC(playerid)) return 1;



		return 1;



    		TextDrawShowForPlayer(playerid, txtClassSelHelper);

		}
Reply
#6

Is that everything? If yes, try this:

pawn Code:
public OnPlayerRequestClass(playerid, classid)
{
    if(IsPlayerNPC(playerid)) return 1;

    TextDrawShowForPlayer(playerid, txtClassSelHelper);
   
    return 1;
}
Reply
#7

Nope still cant see the skins
Reply
#8

Add this:

pawn Code:
//Copied from my gamemode
SetPlayerPos(playerid, 2640.0710,2326.6436,17.8203);
SetPlayerCameraPos(playerid, 2645.9104,2320.3469,17.8203);
SetPlayerCameraLookAt(playerid, 2638.6704,2327.9124,20.5685);
SetPlayerFacingAngle(playerid, 224);
You forgot to specify a class selection position and camera.
Reply
#9

Quote:
Originally Posted by Macronix
View Post
Add this:

pawn Code:
//Copied from my gamemode
SetPlayerPos(playerid, 2640.0710,2326.6436,17.8203);
SetPlayerCameraPos(playerid, 2645.9104,2320.3469,17.8203);
SetPlayerCameraLookAt(playerid, 2638.6704,2327.9124,20.5685);
SetPlayerFacingAngle(playerid, 224);
You forgot to specify a class selection position and camera.
Thankyou wery mutch +REP
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)