Thread: while loop
View Single Post
IceMouse[WrG]
Senior Member
Join Date: Mar 2004
Old 03-21-2004 , 01:03  
Reply With Quote #17

No... The loop would work but the "equal(...)" function is for strings...
You would use something like:
Code:
new bool:first_time[32]     new d = 0     while (d++ <= 31) {         if (first_time[d] == 0){             client_print(id, print_console, "First_Time=^"%i^"", first_time[d])             first_time[d] = false         }     }
IceMouse[WrG] is offline
Send a message via AIM to IceMouse[WrG] Send a message via MSN to IceMouse[WrG] Send a message via Yahoo to IceMouse[WrG]