AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   problem with amx_votemap + map (https://forums.alliedmods.net/showthread.php?t=307459)

Fuck For Fun 05-11-2018 05:57

problem with amx_votemap + map
 
I have Code with chat cmds !votemap , !map
Code:

new arg[ 64 ], arg1[ 64 ], arg2[ 64 ], arg3[ 64 ], NameSz[ 32 ]
Code:

                case VOTEMAP:
                {
                        ColorChat(0, "^3%s^1 making a ^4Vote Map^1.", NameSz)
                       
                        client_cmd( client, "amx_votemap %s %s %s %s", arg, arg1, arg2, arg3 );
                }

Code:

                case MAP_CHANGE:
                {
                        ColorChat( 0, "^3%s^1 has used ^4Map Change^1 command.",NameSz)
                       
                        client_cmd( client, "amx_map %s", arg );
                }

Code:

Server tried to send invalid command:"amx_votemap"
Server tried to send invalid command:"amx_map"


instinctpt1 05-11-2018 08:34

Re: problem with amx_votemap + map
 
And i have problem with this post ..

At least post code so that anyone can help

Fuck For Fun 05-11-2018 08:52

Re: problem with amx_votemap + map
 
Quote:

Originally Posted by instinctpt1 (Post 2591690)
And i have problem with this post ..

At least post code so that anyone can help

and you so funny guy

im talking about:
Server tried to send invalid command:


All times are GMT -4. The time now is 04:33.

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