OnPlayerRequestClass
#3

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    // With this you save the chosen class number into pClass[playerid]
    pClass[playerid] = classid;
   
    SetPlayerPos(playerid, 1543.7747, -1675.7197, 13.5571);
    SetPlayerCameraPos(playerid, 1553.7931, -1677.5583, 51.8137);
    SetPlayerCameraLookAt(playerid, 1543.7747, -1675.7197, 13.5571);
    return 1;
}
Reply


Messages In This Thread
OnPlayerRequestClass - by sanplayer - 26.04.2012, 11:04
Re: OnPlayerRequestClass - by MP_Spec - 26.04.2012, 11:11
Re: OnPlayerRequestClass - by robintjeh - 26.04.2012, 11:11
AW: OnPlayerRequestClass - by Santox14 - 26.04.2012, 11:11
Re: OnPlayerRequestClass - by sanplayer - 26.04.2012, 11:17

Forum Jump:


Users browsing this thread: 1 Guest(s)