Raised This Month: $ Target: $400
 0% 

first script in ages 4 errors left


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
ErUs
Junior Member
Join Date: Jun 2004
Old 06-05-2004 , 12:54   first script in ages 4 errors left
Reply With Quote #1

Code:
#include <amxmodx> #include <cstrike> public getplayor() {   new x = 0   new playaz[64]   for ( x=1; 65; x = (x + 1) ) {     cs_reset_user_model(x);     if (cs_get_user_team(x) == 1) {       playaz[x] = 1     }     else if (cs_get_user_team(x) == 2) {       playaz[x] = 2     }     else playaz[x] = 0   } changeth(x) } public changeth(x) {        while( x < 65 ) {   x = random_num(1,64)   if (playaz[x] > 0) {     cs_set_user_model( x , "hostage01.mdl");     break     }     } } public plugin_init() {   register_plugin("Tomsmod","0.01","TOM aka ErUs")   register_event("ResetHUD", "getplayor", "be") }

Theres probly something i done stupidly wrplz correct for me
[/code]
__________________
ERUS ERUS ERUS ERUS ERUS ERUS ERUS ERUS ERUS ERUS ERUS ERUS ERUS ERUS ERUS ERUS ERUS ERUS ERUS ERUS ERUS ERUS ERUS ERUS ERUS ERUS ERUS ERUS ERUS ERUS ERUS ERUS ERUS ERUS ERUS ERUS ERUS ERUS ERUS ERUS ERUS ERUS
ErUs is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:51.


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