Whats wrong with my code?
Look,Im not to good at all in this,but I made what I can,when I use say /maps on chat my server crash without errors.So I need some help on this,(I Made this code based on bot apology for tk by fysiks)
Code... PHP Code:
|
Re: Whats wrong with my code?
Code:
for(new i = 0;i < MAXMAPS;i++) |
Re: Whats wrong with my code?
Quote:
|
Re: Whats wrong with my code?
That part is wrong... you should delete the first loop, use only the while part and add a condition for the MAXMAPS thing, inside... something like:
if(Num == MAXMAPS) break; |
Re: Whats wrong with my code?
Quote:
|
| All times are GMT -4. The time now is 00:11. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.