Please, need help with a text
#7

Quote:
Originally Posted by SilentHuntR
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    SetPlayerPos(playerid, 1390.3442,-818.1929,74.2952);
    SetPlayerFacingAngle(playerid, 126.8305);
    SetPlayerCameraPos(playerid, 1386.3706,-821.1882,73.7814);
    SetPlayerCameraLookAt(playerid, 1390.3442,-818.1929,74.2952);
    switch(classid)
    {
        case 0..44:
        {
            //GameTextForPlayer(......stuff....);
        }

    }
    return 1;
}
Do I have to type like

Код:
case 0: GameTextForPlayer(classid) //stuff
Reply


Messages In This Thread
Please, need help with a text - by Littleman774 - 19.05.2009, 21:13
Re: Please, need help with a text - by Joe Staff - 19.05.2009, 21:16
Re: Please, need help with a text - by MenaceX^ - 19.05.2009, 21:17
Re: Please, need help with a text - by Littleman774 - 19.05.2009, 21:19
Re: Please, need help with a text - by Littleman774 - 19.05.2009, 21:26
Re: Please, need help with a text - by Joe Staff - 19.05.2009, 21:34
Re: Please, need help with a text - by Littleman774 - 19.05.2009, 21:41
Re: Please, need help with a text - by Joe Staff - 19.05.2009, 21:42
Re: Please, need help with a text - by Littleman774 - 19.05.2009, 21:45
Re: Please, need help with a text - by Joe Staff - 19.05.2009, 21:48

Forum Jump:


Users browsing this thread: 1 Guest(s)