y_ini - 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: y_ini (
/showthread.php?tid=386427)
y_ini -
PaulDinam - 20.10.2012
how do i make a check for String not int if(blabla == "BLA") then..
Re: y_ini -
PaulDinam - 20.10.2012
if(!strcmp(style, "boxing", true))
this is good?
Re: y_ini - HuSs3n - 20.10.2012
yes thats right
if(!strcmp(blabla , "BLA", true))
https://sampwiki.blast.hk/wiki/Strcmp