Need help (AGAIN) - 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: Need help (AGAIN) (
/showthread.php?tid=487809)
Need help (AGAIN) -
Nourdin - 15.01.2014
FIXED.
Re: Need help (AGAIN) -
Kirollos - 15.01.2014
inputtext is null when you use DIALOG_STYLE_LIST
Re: Need help (AGAIN) -
Nourdin - 15.01.2014
so is there any way to make it possible?
Re: Need help (AGAIN) -
Kirollos - 15.01.2014
I suggest asking the player to select color before typing their text, so that you can store the color into a variable.
Re: Need help (AGAIN) -
Nourdin - 15.01.2014
Код:
C:\Users\Nourdin\Desktop\Nourdin\SA-MP\Dereks\filterscripts\message.pwn(48) : error 017: undefined symbol "colorformsg"
C:\Users\Nourdin\Desktop\Nourdin\SA-MP\Dereks\filterscripts\message.pwn(48) : warning 215: expression has no effect
C:\Users\Nourdin\Desktop\Nourdin\SA-MP\Dereks\filterscripts\message.pwn(48) : error 001: expected token: ";", but found "]"
C:\Users\Nourdin\Desktop\Nourdin\SA-MP\Dereks\filterscripts\message.pwn(48) : error 029: invalid expression, assumed zero
C:\Users\Nourdin\Desktop\Nourdin\SA-MP\Dereks\filterscripts\message.pwn(48) : fatal error 107: too many error messages on one line
Errors.
Re: Need help (AGAIN) -
Kirollos - 15.01.2014
Did you add
pawn Код:
new colorformsg[MAX_PLAYERS];
at the top of your script?
Re: Need help (AGAIN) -
Nourdin - 15.01.2014
Fixed, thanks.
Can you remove your posts so nobody could steal it?