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