14.02.2010, 23:44
Thanks for the replys but i'm not good at onplayerrequestclass......
but when i do
It says "undefined symbol classid"
plus how do i add more then 1 class id?
but when i do
Код:
public OnPlayerRequestClass(playerid, classid) { if(Classid == /*Number here*/) { SetPlayerInterior(playerid,0); SetPlayerPos(playerid,x,y,z);//Pos of the character SetPlayerFacingAngle(playerid,angle);//Angle of character LoopingAnim(playerid, "SHOP", "ROB_Loop_Threat", 4.0, 1, 0, 0, 0, 0);//Animation SetPlayerCameraPos(playerid, x,y,z);//Change this SetPlayerCameraLookAt(playerid,x,y,z);//Change this } return 1; }
plus how do i add more then 1 class id?