announce cmd - 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: announce cmd (
/showthread.php?tid=635518)
announce cmd -
Stormfire - 08.06.2017
removed
Re: announce cmd -
BiosMarcel - 08.06.2017
How about u tell us whats wrong? We are not your slaves, in order to get something, you have to give something (which in this case, is your help on solving the problem).
Re: announce cmd -
Stormfire - 08.06.2017
the cmd works but
/announce 1 test won't work |
/announce 1 11111 work like this it shows G
Re: announce cmd -
Abagail - 08.06.2017
pawn Код:
if(sscanf(params, "is[24]", ty, msg))
You have an extra integer specifier in the format.
Re: announce cmd -
Stormfire - 08.06.2017
thank you Abagail