SA-MP Forums Archive
Class selection - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Class selection (/showthread.php?tid=178474)



Class selection - SampStunta - 22.09.2010

Well I'm making a Call of Duty server right now.
So could someone tell me how to
make a class selection popup menu where you choose stuff like Assault, Demolition etc.

Help will be apprieciated!

P.S - To find a demo of this. Visit the link in my signature and go onto that server...


Re: Class selection - SampStunta - 22.09.2010

C'mon guys! I really needa know!


Re: Class selection - [L3th4l] - 22.09.2010

pawn Код:
Onplayerrequestclass(..)
{
    ShowPlayerDialog(playerid, dialogid, DIALOG_STYLE_LIST, "Ammunation", "Assault\nDemolition", "Select", "Cancel");
    return 1;
}
I will not explain how to use dialogs, there are many tutorials out there!


Re: Class selection - Steven82 - 22.09.2010

Coding above ^^^^ thank him

Why are you stealing the idea of the "REAL" Call of Duty: Black Ops(SA-MP server)

The features you want, are the ones that they have and you want there idea's. Dude just read up on some tutorials and stuff and you will learn, and well i would wait to set them to there, whatever, but do it after they spawn.


Re: Class selection - SampStunta - 22.09.2010

Lol, okay thanks.