View Single Post
teame06
i have a hat
Join Date: Feb 2005
Location: Hat City
Old 04-11-2007 , 16:31   Re: fullupdate for admins only
Reply With Quote #2

Code:
#include <amxmodx> public pluign_init() {
    register_plugin("Blowup Doll", "1.0", "sawce");
    register_clcmd("fulludpdate", "cmdFullUpdate"); } public cmdFullUpdate(client) {     if(get_user_flags(client) & ADMIN_MAP)     {         return PLUGIN_CONTINUE;     }     return PLUGIN_HANDLED; }
__________________
No private support via Instant Message
GunGame:SM Released

Last edited by teame06; 04-11-2007 at 17:25.
teame06 is offline
Send a message via AIM to teame06