Thread: [Solved] Correct way to do this?
View Single Post
indraraj striker
Veteran Member
Join Date: Mar 2014
Location: Under the water
Old 03-10-2018 , 08:24   Re: Correct way to do this?
Reply With Quote #2

what BonusCode is doing there ?

ColorChat(id, GREY, "%s", BonusCode);.

it should be

ColorChat(id, GREY, "%s", SCode);

just change this

PHP Code:
new SCode[20]; 
PHP Code:
new SCode[100]; 

Last edited by indraraj striker; 03-10-2018 at 08:31.
indraraj striker is offline