Problem with OnPlayerRequestClass..
#1

Oke, I have this:

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    switch(classid)
    {
        case 0..3:
        {
            GameTextForPlayer(playerid, "~w~Los Santos ~g~SAPD", 5000, 3);
            SetPlayerCameraPos(playerid, 1780.6676, -2462.4436, 15.5547);
            SetPlayerCameraLookAt(playerid, 1791.9713, -2470.5684, 16.9427);
        }
        case 4..7: GameTextForPlayer(playerid, "~w~San Fierro ~g~SAPD", 5000, 3);
        case 8..11: GameTextForPlayer(playerid, "~w~Las Venturas ~g~SAPD", 5000, 3);
        case 12..14: GameTextForPlayer(playerid, "~w~Las Venturas ~g~DRIFTER", 5000, 3);
    }
    PlayerPlaySound(playerid, 1185, 0, 0, 0);
    SetPlayerPos(playerid, 1792.3409, -2471.4387, 16.9700);
    SetPlayerFacingAngle(playerid, 57.9551);
    SetPlayerVirtualWorld(playerid, 0);
    return 1;
}
But it won't show any objects..how can I do to show them?

Thanks.
Reply


Messages In This Thread
Problem with OnPlayerRequestClass.. - by The_Moddler - 06.12.2010, 16:50
Re: Problem with OnPlayerRequestClass.. - by The_Moddler - 07.12.2010, 11:35
Re: Problem with OnPlayerRequestClass.. - by rjjj - 07.12.2010, 11:46
Re: Problem with OnPlayerRequestClass.. - by The_Moddler - 07.12.2010, 13:09
Re: Problem with OnPlayerRequestClass.. - by The_Gangstas - 07.12.2010, 14:25
Re: Problem with OnPlayerRequestClass.. - by The_Moddler - 07.12.2010, 15:40
Re: Problem with OnPlayerRequestClass.. - by The_Moddler - 08.12.2010, 13:19
Re: Problem with OnPlayerRequestClass.. - by Toreno - 08.12.2010, 13:22
Re: Problem with OnPlayerRequestClass.. - by HyperZ - 08.12.2010, 13:34
Re: Problem with OnPlayerRequestClass.. - by Mean - 08.12.2010, 17:55

Forum Jump:


Users browsing this thread: 1 Guest(s)