Raised This Month: $ Target: $400
 0% 

Roundtime problem


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
minato
Senior Member
Join Date: May 2010
Location: Rosario
Old 07-30-2010 , 01:54   Re: Roundtime problem
Reply With Quote #1

Code:
public roundtime(id, level, cid) {     if(!cmd_access(id, level, cid, 2))         return PLUGIN_HANDLED     new arg1[3]     read_argv(1, arg1, 2)    new Float:num=str_to_float(arg1)     if(num<1 || num>9)     {         console_print(id, "Roundtime must be between 1 and 9")         return PLUGIN_HANDLED     }     server_cmd("mp_roundtime %d", num)     return 0; }


Code:
 new num = str_to_num(arg1)
__________________
minato is offline
Send a message via MSN to minato
Old 07-30-2010, 13:21
nikhilgupta345
This message has been deleted by nikhilgupta345.
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 00:14.


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