SA-MP Forums Archive
/tccduty problem! - 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: /tccduty problem! (/showthread.php?tid=467321)



/tccduty problem! - Akcent_Voltaj - 02.10.2013

laughing ) i typed /aod ..i got confused ) i needed to type /duty ) Sorry for problems..


Re: /tccduty problem! - Dragonsaurus - 02.10.2013

pawn Код:
if(TCCDuty[i] == 0) otext = "OFF-Duty";
else if(TCCDuty[i] == 1) otext = "ON-Duty";
If this does not work show us the command where you set TCCDuty.