ClassSelection
#1

Hello anyone here to help me about

Код:
OnPlayerRequestClass(playerid, classid)
having issue skin wont show on player class selection here is my code

Код:
SetupPlayerForClassSelection(playerid)
{
	SetPlayerPos(playerid, 2167.4988, 1410.1968, 10.9203);
	SetPlayerFacingAngle(playerid, 91.5866);
	SetPlayerCameraPos(playerid, 2167.4988, 1410.1968, 10.9203);
	SetPlayerCameraLookAt(playerid, 2167.4988, 1410.1968, 10.9203);
}

public OnPlayerRequestClass(playerid, classid)
{
	SetupPlayerForClassSelection(playerid);
	return 1;
}
everything is written good but here is a proof whats happening
Вложение 10844
Reply
#2

AddPlayerClass(skinid, 2167.4988, 1410.1968, 10.9203, 0, 0, 0);

Also Return true when all classes are added.

PHP код:
public OnPlayerRequestClass(playeridclassid)
{
    
SetupPlayerForClassSelection(playerid);
        
AddPlayerClass(skinid2167.49881410.196810.9203000);
    return 
true;

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)