Raised This Month: $ Target: $400
 0% 

String formatted incorrectly


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Blizzard_87
Veteran Member
Join Date: Oct 2012
Old 04-25-2013 , 21:33   Re: String formatted incorrectly
Reply With Quote #1

change this
Code:
public say_live(id) {     server_cmd("sv_restart 3")     set_task(0.1,"mesaj1",id)     set_task(0.2,"mesaj2",id)     set_task(0.3,"mesaj4",id)     return PLUGIN_CONTINUE; }

to this

Code:
public say_live(id, lvl, cid) {     if(!cmd_access(id, lvl, cid, 2)         return PLUGIN_HANDLED;         server_cmd("sv_restart 3")     set_task(0.1,"mesaj1",id)     set_task(0.2,"mesaj2",id)     set_task(0.3,"mesaj4",id)     return PLUGIN_CONTINUE; }
__________________
Blizzard_87 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 10:58.


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