Raised This Month: $ Target: $400
 0% 

Noobie Help #2


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
[KTA] KeItO
Member
Join Date: Aug 2005
Old 08-26-2005 , 23:35   Noobie Help #2
Reply With Quote #1

okay here is waht I got so far

Code:
#include_amxmodx public plugin_init() (     register_plugin("Amx-SuperSlap","0.1","[KTA] KeItO")     register_concmd ("amx_superslap", "user_slap", ADMIN_SLAY, "SuperSlaps the specified user") ) public do user_slap(id, 0,) ( if (!(get_user_flags(id)&ADMIN_SLAY)) (     console_print(id "AMX No Access Faggot"         return PLUGIN_HANDLED     ) if (read_argc() == 0) {         console_print(id,"Pick a user dingle dick!")         return PLUGIN_HANDLED     )     new user[32], uid     read_argv(1,user,32)     uid = find_player("bh",user)     if (uid == 0) {         console_print(id,"Are you dum or somthin?? Spell it right homo!")         return PLUGIN_HANDLED     }     }


I want to know if there are any errors and how to define the ammount of times the user is slapped with how long interveles.

LoL im really new to this type of coding. Im better at websites. Kinda simmalar.
[KTA] KeItO is offline
 


Thread Tools
Display Modes

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 14:24.


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