SA-MP Forums Archive
Help. - 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: Help. (/showthread.php?tid=472467)



Help. - Deci - 28.10.2013

Код:
C:\Documents and Settings\2012\My Documents\cs.pwn(52) : warning 201: redefinition of constant/macro (symbol "KEY_YES")
C:\Documents and Settings\2012\My Documents\cs.pwn(169) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(182) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(192) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(202) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(211) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(221) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(230) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(239) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(248) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(257) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(266) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(275) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(284) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(294) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(304) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(314) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(324) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(334) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(344) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(354) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(364) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(374) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(384) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(397) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(407) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(420) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(8991) : error 029: invalid expression, assumed zero
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Line 52:
Код:
#define 	KEY_YES
Line 169:
Код:
TextDrawSetSelectable(StartTextdraw_[0][playerid], 0);
Of Line 169-420 are TextDraws

Line 8991:
Код:
if(newkeys == KEY_YES)



Re: Help. - tyler12 - 28.10.2013

KEY_YES is already defined.

#define PRESSED(%0) \
(((newkeys & (%0)) == (%0)) && ((oldkeys & (%0)) != (%0)))

and use if(PRESSED(KEY_YES))



Re: Help. - Deci - 29.10.2013

Thanks for KEY_YES

but now I have only warnings
Код:
C:\Documents and Settings\2012\My Documents\cs.pwn(170) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(183) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(193) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(203) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(212) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(222) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(231) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(240) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(249) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(258) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(267) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(276) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(285) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(295) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(305) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(315) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(325) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(335) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(345) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(355) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(365) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(375) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(385) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(398) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(408) : warning 215: expression has no effect
C:\Documents and Settings\2012\My Documents\cs.pwn(421) : warning 215: expression has no effect
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


26 Warnings.
Line 170:
Код:
TextDrawSetSelectable(StartTextdraw_[0][playerid], 0);
Line 183:
Код:
TextDrawSetSelectable(StartTextdraw_[1][playerid], 0);
Line 193:
Код:
TextDrawSetSelectable(StartTextdraw_[2][playerid], 0);
Line 203:
Код:
TextDrawSetSelectable(StartTextdraw_[3][playerid], 0);
Not to write more remained similar.



Sorry for my bad English.