12.05.2016, 06:42
I have very strange problem (i think it is no from this planet)
When i put this in my gm
I get this
But when i put this
Everything is fine. But with second one code is not working properly.
When i put this in my gm
Код:
else if(Joined[playerid] == 1) { SCM(playerid, 0xF81414, "Ne mozete to dok ste u trci"); return 1; }
Код:
C:\Users\Admin\Desktop\Moj SRV\gamemodes\MojMod.pwn(4146) : warning 213: tag mismatch Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning.
Код:
else if(Joined[playerid] == true) { SCM(playerid, 0xF81414, "Ne mozete to dok ste u trci"); return 1; }