SA-MP Forums Archive
problem with new team in cod - 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: problem with new team in cod (/showthread.php?tid=532769)



problem with new team in cod - Ryz - 20.08.2014

removed! wrong info


Re: problem with new team in cod - wooolly - 20.08.2014

Your missing two closing brackets (according to the find tool in ****** chrome CTRL + F)
}
Without indenting your code its kind of hard to find where you may have missed them.


Re: problem with new team in cod - Ryz - 20.08.2014

....


Re: problem with new team in cod - wooolly - 20.08.2014

your sure you added closing brackets in the correct places?
error 021: symbol already defined: "team7count"
Maybe you didn't close the (dialog == CLASS_DIALOG) properly, because thats the first place you define team7count, and you define it again lower down.


Re: problem with new team in cod - Ryz - 20.08.2014

....


Re: problem with new team in cod - Ryz - 20.08.2014

Nevermind fixed thanks for help


Re: problem with new team in cod - KayJ - 20.08.2014

Put [PAWN][ /PAWN]
I your code please + tell your error lines. Your code is too long


Re: problem with new team in cod - Ryz - 20.08.2014

....


Re: problem with new team in cod - Ryz - 05.10.2014

fixed