SA-MP Forums Archive
Please help with this bug, no cmds work - 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: Please help with this bug, no cmds work (/showthread.php?tid=447650)



Please help with this bug, no cmds work - SwisherSweet - 01.07.2013

So i combined my mysql admin/irc system with my gamemode and no commands work can someone please help me im stuck with it -_- please help.

i was looking around,
can this be the problem(this is not the whole code btw)
Код:
	    SetWeather(Map[Weather]);
	    SetWorldTime(Map[Time]);
	    
	    StartMap();
	    return 1;
	}
	return 0;
}
maybe something with return 1 and return 0 please help!


Re: Please help with this bug, no cmds work - SuperViper - 01.07.2013

If you have ZCMD included, your strcmp commands won't work.


Re: Please help with this bug, no cmds work - SwisherSweet - 01.07.2013

no i don't have them mixed, i olny use zcmd.