SA-MP Forums Archive
Icons - 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: Icons (/showthread.php?tid=353072)



Icons - Jack.7331 - 22.06.2012

So I've recently started my own TDM gamemode, and I've seen other servers that are able to remove this http://i.imgur.com/eXfFb.jpg thing, and I'd really like to know how to do it.
+rep for anyone who posts with a helpful comment.


Re: Icons - sanrock - 22.06.2012

You can diable it by putting return 0; instead of return 1; sometimes on OnPlayerRequestClass(playerid, classid)
or just try and delete OnPlayerRequestClass(playerid, classid).


Re: Icons - [MM]RoXoR[FS] - 22.06.2012

Well, those servers dont let you go in class selection screen.
When Player Connect, show him dialog.

Accordingly use SetSpawnInfo
And then SpawnPlayer.