Why when choosing skin, the skin doesnt show ?
#1

So i added 2 skins, but they dont show when player is choosing skins....
My code:
PHP Code:
public OnGameModeInit()
{
    
AddPlayerClass(105,2497.2693,-1676.9578,13.3398,23.6501,0,0,0,0,0,0); //Grove Street Gang Member (0)
    
AddPlayerClass(280,1544.0514,-1675.7766,13.5577,98.0974,0,0,0,0,0,0); //Police Officer (1)
    
return 1;

Photoe:
Reply
#2

Try this
pawn Code:
public OnGameModeInit()
{
    AddPlayerClass(105,2497.2693,-1676.9578,13.3398,23.6501,-1,-1,-1,-1,-1,-1); //Grove Street Gang Member (0)
    AddPlayerClass(280,1544.0514,-1675.7766,13.5577,98.0974,-1,-1,-1,-1,-1,-1); //Police Officer (1)
    return 1;
}
Reply
#3

The problem is in OnPlayerRequestClass callback. Change the coordinates and camera's look.

Useful: [FS] OnPlayerRequestClass Maker by RyDeR`


Quote:
Originally Posted by Wizza
View Post
Try this
pawn Code:
public OnGameModeInit()
{
    AddPlayerClass(105,2497.2693,-1676.9578,13.3398,23.6501,-1,-1,-1,-1,-1,-1); //Grove Street Gang Member (0)
    AddPlayerClass(280,1544.0514,-1675.7766,13.5577,98.0974,-1,-1,-1,-1,-1,-1); //Police Officer (1)
    return 1;
}
How the weapons can be the problem? I'm curious!
Reply
#4

Thx you Konstantinos !+rep for you
Reply
#5

Quote:
Originally Posted by Konstantinos
View Post
How the weapons can be the problem? I'm curious!
Most of the time the weapons are the problem.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)