ask question? - 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: ask question? (
/showthread.php?tid=613395)
ask question? -
JuzDoiT - 27.07.2016
how to allow symbols Nick to join in server?
Re: ask question? -
Konstantinos - 27.07.2016
YSF plugin provides such a function:
pawn Код:
native AllowNickNameCharacter(character, bool:allow);
pawn Код:
AllowNickNameCharacter('#', 1);
Re: ask question? -
JuzDoiT - 27.07.2016
where can i put this?
Re: ask question? -
Zeus666 - 27.07.2016
how konstantin said
Re: ask question? -
Konstantinos - 27.07.2016
Quote:
Originally Posted by JuzDoiT
where can i put this?
|
When the server starts (in OnGameModeInit) should be fine I guess.