View Single Post
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 04-05-2009 , 19:04   Re: Round Restart v1.0
Reply With Quote #4

Quote:
Originally Posted by dorin2oo7 View Post
Can you explain this please? THX
http://wiki.amxmodx.org/Category:Scripting_(AMX_Mod_X) -> Optimizing Plugins

People will start coming down on you hard if you ask questions that can be simply answered by reading articles in that link above. Just an FYI.

PHP Code:
public say_restart(id
{
    if(!(
get_user_flags(id) & ACCESS))
        return 


PHP Code:
public say_restart(id,level,cid
{
    if(!
cmd_access(id,level,cid2))
        return 
__________________
fysiks is offline