OnPlayerRequestClass
#1

PHP код:
public OnPlayerRequestClass(playeridclassid)
{
    if(
IsPlayerNPC(playerid)) return 1;
    
SetPlayerTeamFromClass(playeridclassid);
    
SetPlayerPos(playerid345.3785,302.2646,999.9382);
    
SetPlayerFacingAngle(playerid89.6528);
    
SetPlayerCameraLookAt(playerid345.3629,303.5599,999.9382);
    
SetPlayerCameraPos(playerid2116.0205 + (floatsin(-89.6528degrees)), 2143.3225 + (floatcos(-89.6528degrees)), 10.8203);
    return 
1;

Can Anyone Help me with this..? its the interior of 'Millie's room' in normal gta sa if i can remember...i want to show this screen during class selection...but it just shows some 24/7 and no skin..can anyone test this and can tell me whats wrong...look its an interior so do i need to specify somewhere that its an interior? if so, how...and yes test this
Reply


Messages In This Thread
OnPlayerRequestClass - by Ritzy2K - 19.02.2015, 13:54
Re: OnPlayerRequestClass - by CalvinC - 19.02.2015, 14:04
Re: OnPlayerRequestClass - by Ritzy2K - 19.02.2015, 14:14
Re: OnPlayerRequestClass - by Ritzy2K - 19.02.2015, 14:17
Re: OnPlayerRequestClass - by CalvinC - 19.02.2015, 14:30
Re: OnPlayerRequestClass - by Ritzy2K - 19.02.2015, 15:06

Forum Jump:


Users browsing this thread: 2 Guest(s)