AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   ...nvm ( delete ) (https://forums.alliedmods.net/showthread.php?t=46942)

[ --<-@ ] Black Rose 11-05-2006 17:47

...nvm ( delete )
 
Delete ^^

teame06 11-05-2006 17:50

Re: ...nvm ( delete )
 
Code:
stock contain2(text[], c, start_at = 0) {         new len = strlen(text)         while ( start_at <= len ) { // Infinite loop here.         if ( text[start_at] == c )             return 1           start_at++; // Since your not incrementing it.       }         return 0     }

[ --<-@ ] Black Rose 11-05-2006 17:53

Re: ...nvm ( delete )
 
Yeah I noticed when i posted... but thx anyway.


All times are GMT -4. The time now is 06:57.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.