[Help] OnPlayerRequestClass
#1

My OnPlayerRequestClass isn't working, he jumps straight to OnPlayerSpawn

PHP код:
public OnPlayerRequestClass(playeridclassid)
{
    
TextDrawHideForPlayer(playeridfome);
    
TextDrawHideForPlayer(playeridtxtDateDisp22);
    
timertimer SetTimer("LimpaChat"1000true);
    
SetPlayerCameraPos(playerid, -1503.02142256.6299335.7523);
    
SetPlayerCameraLookAt(playerid, -1504.02162256.6760335.7275);
    return 
1;

Reply
#2

Are you using any filterscripts that return 0 in OnPlayerRequestClass?
Reply
#3

Quote:
Originally Posted by GloomY
Посмотреть сообщение
Are you using any filterscripts that return 0 in OnPlayerRequestClass?
I Have a login system, but a'm not sure if he returns 0, i'll search if is it.
Reply
#4

I checked, and no, haven't, what more could be?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)