Thread: while loop
View Single Post
MagicShot
Senior Member
Join Date: Mar 2004
Location: MN
Old 03-19-2004 , 21:27   hmm
Reply With Quote #6

Thanx Bail!
How Does this Look?

Code:
weapname() {     new i = 0     while (i++ < 50) {         if (weaponname[i][0] == weap) {             curweap = i             return PLUGIN_CONTINUE         }     }     return PLUGIN_CONTINUE }
__________________
|v|agic$hot
.
Without a Sound
MagicShot is offline
Send a message via MSN to MagicShot Send a message via Yahoo to MagicShot