SA-MP Forums Archive
help warning - 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 warning (/showthread.php?tid=363278)



help warning - 26_RUSSS - 27.07.2012

error:
Код:
C:\Users\Microsoft-PK\Desktop\1330891551_rusgame-world.rar\1330891551_rusgame-world\[Game-Pl.3dn.Ru]Real-Life\Real-Life\gamemodes\Real-Life.pwn(4675) : warning 213: tag mismatch
 C:\Users\Microsoft-PK\Desktop\1330891551_rusgame-world.rar\1330891551_rusgame-world\[Game-Pl.3dn.Ru]Real-Life\Real-Life\gamemodes\Real-Life.pwn(4675) : warning 205: redundant code: constant expression is zero
strock
Код:
 if((name,"_",true) == -1)
help)


Re: help warning - SuperViper - 27.07.2012

pawn Код:
if((name,"_",true) == -1)
should be

pawn Код:
if(strfind(name,"_",true) == -1)



Re: help warning - 26_RUSSS - 27.07.2012

nice