AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Why this is not working (https://forums.alliedmods.net/showthread.php?t=299454)

Giass 07-15-2017 05:03

Why this is not working
 
PHP Code:

    new szMap32 ];
    
get_mapnameszMap charsmaxszMap ) );
    
    if ( !
containiszMap "hnr_" ) || !containiszMap "bg_" ) ) 
    {
        
set_fail_state("Please use H&R map");
    }


:oops:

HamletEagle 07-15-2017 05:09

Re: Why this is not working
 
amxmodx.org/api
Search for contain and you will find out.


All times are GMT -4. The time now is 23:00.

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