Team password - 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: Team password (
/showthread.php?tid=186755)
Team password -
marinov - 30.10.2010
how do I make it request a password when choosing a specific team ?
Re: Team password -
Mike_Peterson - 30.10.2010
something like this:
OnPlayerRequestClass
if(classid = yourthing)
{
ShowPlayerDialog(blabla.... an INPUT one.. to put in the pass)
}
then the ondialogresponse part urself...
Re: Team password -
marinov - 30.10.2010
what ? can u give me the code ?