SA-MP Forums Archive
Expression has no effect - 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: Expression has no effect (/showthread.php?tid=547407)



Expression has no effect - Dezzzy - 22.11.2014

Код HTML:
pirveli == CreatePickup(1239, 23, 1342.6162,-1771.0433,13.4999, -1);
And Warrning this

Код HTML:
C:\Users\Gigi\Desktop\Less Global-Rр.Ru\gamemodes\gigi.pwn(38) : warning 215: expression has no effect
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.



Re: Expression has no effect - SkullFire - 22.11.2014

pawn Код:
pirveli = CreatePickup(1239, 23, 1342.6162,-1771.0433,13.4999, -1);



Re: Expression has no effect - Dezzzy - 22.11.2014

ah thanks bro


Re: Expression has no effect - SkullFire - 22.11.2014

Quote:
Originally Posted by Dezzzy
Посмотреть сообщение
what did you do
I just remove one "="