Raised This Month: $ Target: $400
 0% 

[Help] Teamscore event


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
connoisseur
Senior Member
Join Date: Jan 2012
Old 07-29-2013 , 12:53   Re: [Help] Teamscore event
Reply With Quote #1

Code:
//plugin_init register_clcmd("say /ready", "cmdReady") //function public cmdReady(id) {     if(g_qflag[id])     {         client_print(id,print_chat,"Already in the queue.")         return PLUGIN_CONTINUE     }     g_qflag[id] = 1     g_qnum++     g_qid[g_i] = id     //storing indexes in queue numbers     g_i++     client_print(id,print_chat,"Placed in the queue at %d position", g_qnum)     return PLUGIN_HANDLED }
connoisseur is offline
Reply



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 15:51.


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