quick playerclass help.
#7

Thats what i have showed you here example:
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    switch(classid)
    {
        case 0:
        {
            //The first AddPlayerClass, SetPlayerPos, bla bla...
        }
        case 1:
        {
            //something here like SetPlayerCameraPos
        }
    }
}
Hope this helped.
Reply


Messages In This Thread
quick playerclass help. - by Mark_Weston - 06.07.2011, 23:52
Re: quick playerclass help. - by Kitten - 06.07.2011, 23:58
Re: quick playerclass help. - by Mark_Weston - 07.07.2011, 00:02
Re: quick playerclass help. - by Kitten - 07.07.2011, 00:04
Re: quick playerclass help. - by Markx - 07.07.2011, 00:06
Re: quick playerclass help. - by Mark_Weston - 07.07.2011, 00:08
Re: quick playerclass help. - by Markx - 07.07.2011, 00:26
Re: quick playerclass help. - by Mark_Weston - 07.07.2011, 00:35
Re: quick playerclass help. - by =WoR=Varth - 07.07.2011, 00:39
Re: quick playerclass help. - by Mark_Weston - 07.07.2011, 00:39
Re: quick playerclass help. - by Markx - 07.07.2011, 00:44
Re: quick playerclass help. - by Mark_Weston - 07.07.2011, 00:47

Forum Jump:


Users browsing this thread: 2 Guest(s)