how to fix a line like this - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: how to fix a line like this (
/showthread.php?tid=213547)
how to fix a line like this -
xir - 19.01.2011
hi can somebody help me fix this code and explain me how so i can do it maybe in the future
pawn Код:
PlayerCmdFrq[playerid]++;
if(PlayerCmdFrq[playerid]MAX_COMMAND_FREQUENCY[playerid] == 0)
i tried many things but not work
Re: how to fix a line like this -
Joe Staff - 19.01.2011
remove 'MAX_COMMAND_FREQUENCY[playerid]'
Re: how to fix a line like this -
xir - 19.01.2011
Thanks