Best class selection point - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Best class selection point (
/showthread.php?tid=328533)
Best class selection point -
Bleach79 - 25.03.2012
I want a suggestion for best class selection point. if u mind give the exact coordinates..
+rep for the suggestions.
Re: Best class selection point -
rbN. - 25.03.2012
Depends on your gamemode..
If you have a RP gamemode, then you won't put your class selection on top of a roof.
If you have a race gamemode, then you would put your car somewhere which has something to do with cars.
If you have a mini-mission gamemode, then you could put it at an objective of a mission.
If you have a freeroam gamemode, then you could put it at a high building.
Etc. I'm pretty sure I can tell some locations, but you just have to think about this ^ when you select a point..
Re: Best class selection point -
Ironboy - 25.03.2012
Try this
pawn Код:
SetPlayerPos(playerid, 1220.0737,-6.3703,1001.3281);
SetPlayerInterior(playerid,2);
SetPlayerFacingAngle(playerid,92.3402);
SetPlayerCameraPos(playerid,1214.3527,-6.4071,1001.3290);
SetPlayerCameraLookAt(playerid, 1220.0737,-6.3703,1000.3281);
Re: Best class selection point -
Bleach79 - 25.03.2012
mine is an DM+RP server