Quote:
Originally Posted by grand.Theft.Otto
For each " AddPlayerClass " , you must add a " case " statement for each of the AddPlayerClass functions under OnPlayerRequestClass:
pawn Код:
public OnPlayerRequestClass(playerid, classid) { switch(classid) { case 0: // this is the first AddPlayerClass { // setplayerpos // setplayercamerapos // setplayercameralookat // other stuff } case 1: // this is the second AddPlayerClass { // setplayerpos // setplayercamerapos // setplayercameralookat // other stuff } } return 1; }
The more " AddPlayerClass " you use, the more " case " statements you use.
|
where u learned that? LOL
its fake!
u dont need that at all!
just try to put the camera a bit far away or add more skins...