Classes Don't show
#2

Quote:
Originally Posted by Mr.Black
Посмотреть сообщение
Well... i Made classed and everything , but when i got to Choose the Class i want ( Team ) , all i see is nothing and down ( Left - Right - Spawn ) , When i click Spwan i spawn with the Ballaz ( First class i made in the GM ) , but the problem that i don't see the skin before i press Spawn
The camera can't stay where player is. But you did this:

PHP код:
SetPlayerPos(playerid1958.37831343.157215.3746);
SetPlayerCameraPos(playerid1958.37831343.157215.3746);
SetPlayerCameraLookAt(playerid1958.37831343.157215.3746); 
Quote:
Originally Posted by Mr.Black
Посмотреть сообщение
so i wanted to know how to fix this and how to change the back Ground while Choosing the Class
https://sampwiki.blast.hk/wiki/SetPlayerCameraLookAt
https://sampwiki.blast.hk/wiki/SetPlayerCameraPos

Quote:
Originally Posted by Mr.Black
Посмотреть сообщение
and how to put Words ( Text ) above the skin before i choose it
PHP код:
public OnPlayerRequestClass(playeridclassid)
{
    
SetPlayerPos(playerid1958.37831343.157215.3746);
    
SetPlayerCameraPos(playerid1958.37831343.157215.3746);
    
SetPlayerCameraLookAt(playerid1958.37831343.157215.3746);
    if(
classid == 1
    { 
        
gTeam[playerid] = TEAM_GROVE
        
SetPlayerColor(playeridTEAM_GROVE_COLOR);
        
GameTextForPlayer(playerid"~n~~n~~n~~n~~g~GROOVE"50006);
    }
    else
    {
        
gTeam[playerid] = TEAM_BALLA
        
SetPlayerColor(playeridTEAM_BALLA_COLOR);
        
GameTextForPlayer(playerid"~n~~n~~n~~n~~p~BALLAS"50006);
    }
    return 
1;

Reply


Messages In This Thread
Classes Don't show - by Mr.Black - 28.06.2011, 18:01
Re: Classes Don't show - by Shadoww5 - 28.06.2011, 18:22
Re: Classes Don't show - by Mr.Black - 28.06.2011, 18:35

Forum Jump:


Users browsing this thread: 1 Guest(s)