Raised This Month: $ Target: $400
 0% 

Showing results 1 to 12 of 12
Search took 0.02 seconds.
Search: Posts Made By: VisioNN
Forum: Scripting Help 08-10-2013, 08:21
Replies: 13
Views: 3,563
Posted By VisioNN
Re: Reserved Championship slots

does anyone have another idea how we can fix that?
Forum: Scripting Help 08-08-2013, 19:26
Replies: 13
Views: 3,563
Posted By VisioNN
Re: Reserved Championship slots

server is steam only.
i put my steamid there and the plugin must kick all the players because i dont put in plugin they're steamid...
Forum: Scripting Help 08-08-2013, 19:02
Replies: 13
Views: 3,563
Posted By VisioNN
Re: Reserved Championship slots

yes i put my steamid and i invite 4 friends who haven't steamid in plugin and server don't kick them...
Forum: Scripting Help 08-08-2013, 16:41
Replies: 13
Views: 3,563
Posted By VisioNN
Re: Reserved Championship slots

if ( equali(steam[i], authid) ) {
return;
}

that dont work....
Forum: Scripting Help 08-08-2013, 16:10
Replies: 13
Views: 3,563
Posted By VisioNN
Re: Reserved Championship slots

a plugin who kick's from server clients who haven't a specific steamid

eq.
if a player enter on server and he doesn't have one of these steamid will get kick from server

...
Forum: Scripting Help 08-08-2013, 13:15
Replies: 13
Views: 3,563
Posted By VisioNN
Reserved Championship slots

i had this error
"error 006: must be assigned to an array"
know anyone how to fix it?

#include <amxmodx>
#include <amxmisc>
#include <engine>

#define ACCESS ADMIN_SLAY
Forum: Scripting Help 01-05-2013, 17:05
Replies: 13
Views: 2,884
Posted By VisioNN
Re: amx_tagct amx_tagt

when i use amx_tagct or amx_tag
Unknown command: amx_tagct


#include <amxmodx>
#include <amxmisc>

#define ACCESS ADMIN_SLAY
new tagct[] = "CT";
new tagt[] = "T";
Forum: Scripting Help 01-05-2013, 16:48
Replies: 13
Views: 2,884
Posted By VisioNN
Re: amx_tagct amx_tagt

#include <amxmodx>
#include <amxmisc>

#define ACCESS ADMIN_SLAY
new tagct[] = "CT";
new tagt[] = "T";

public plugin_init()
{
register_plugin("tag", "1.0", "tag");
Forum: Scripting Help 01-05-2013, 16:38
Replies: 13
Views: 2,884
Posted By VisioNN
Re: amx_tagct amx_tagt

Thank`s now works that, but i have problem with read_argv

#include <amxmodx>
#include <amxmisc>

#define ACCESS ADMIN_SLAY
new tagct[] = "CT";
new tagt[] = "T";

public plugin_init()
Forum: Scripting Help 01-05-2013, 16:23
Replies: 13
Views: 2,884
Posted By VisioNN
Re: amx_tagct amx_tagt

#include <amxmodx>
#include <amxmisc>

#define ACCESS ADMIN_SLAY;
#define tagct = "CT";
#define tagt = "T";

public plugin_init()
{
register_plugin("tag", "1.0", "tag");
Forum: Scripting Help 01-05-2013, 16:05
Replies: 13
Views: 2,884
Posted By VisioNN
Re: amx_tagct amx_tagt

public tagct( id, level, cid )
{

if( !cmd_access( id, level, cid, 4 ) )
return PLUGIN_HANDLED;
new tagct[32];
read_argv(1, tagct);
remove_quotes(tagct);
console_print(id, "Tag from...
Forum: Scripting Help 01-05-2013, 15:55
Replies: 13
Views: 2,884
Posted By VisioNN
amx_tagct amx_tagt

Hello! I want to add a Tag CT,Tag T to a message who show score. And i have problem with read arguments.

And I want Default tags to be tagct = CT & tagt = T
The Score is working, this is just a...
Showing results 1 to 12 of 12

 
Forum Jump

All times are GMT -4. The time now is 13:22.


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