Raised This Month: $ Target: $400
 0% 

Code to edit :)


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Lee
AlliedModders Donor
Join Date: Feb 2006
Old 11-26-2007 , 17:47   Re: Code to edit :)
Reply With Quote #4

Code:
public play_sound( soundid) { static buffer[64],player[32],playersnum   format(buffer, 63, "sound/ %s", g_sounds[soundid])   get_players(player,playersnum,"c") for(new i = 0; i < playersnum; i++) {     if(is_user_connected(i))     {         console_cmd(player[i], "spk %s", buffer)     } } return PLUGIN_HANDLED }
Lee 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 11:07.


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