SA-MP Forums Archive
Tag mismatch Error!! - 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: Tag mismatch Error!! (/showthread.php?tid=458917)



Tag mismatch Error!! - omur1905 - 19.08.2013

if(!(V_ENUM[playerid][V_SEVIYE] >= 5 || IsPlayerAdmin(playerid))){}

help me!


Re: Tag mismatch Error!! - avivelkayam - 19.08.2013

try it:

pawn Код:
if(V_ENUM[playerid][V_SEVIYE] < 5 || !IsPlayerAdmin(playerid))
{

}