Raised This Month: $ Target: $400
 0% 

Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: Opik
Forum: Scripting Help 06-20-2006, 12:08
Replies: 6
Views: 2,091
Posted By Opik
Where is problem?

Where is problem?
Forum: Scripting Help 06-20-2006, 05:00
Replies: 6
Views: 2,091
Posted By Opik
#include <amxmodx> #include <amxmisc> ...

#include <amxmodx>
#include <amxmisc>

public plugin_init()
{
register_plugin("new ban system 2", "0.1", "Opik");
register_concmd("amx_ip2", "cmdip", ADMIN_BAN, "<name or #userid>")
}
Forum: Scripting Help 06-20-2006, 04:27
Replies: 6
Views: 2,091
Posted By Opik
How I can see, net_address in client console...

How I can see, net_address in client console return local IP address. How I can get this?
client_cmd does not return a value.

Any opinions?
Forum: Scripting Help 06-19-2006, 18:58
Replies: 6
Views: 2,091
Posted By Opik
get_user_info does not work...

public cmdip(id, level, cid)
{
if (!cmd_access(id, level, cid, 2))
return PLUGIN_HANDLED

new arg[32], name[32], ip[40], name2[32]

read_argv(1, arg, 31)

new player =...
Showing results 1 to 4 of 4

 
Forum Jump

All times are GMT -4. The time now is 08:03.


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