AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   tag mismatch (https://forums.alliedmods.net/showthread.php?t=229987)

anon12 11-17-2013 23:48

tag mismatch
 
how to fix?
PHP Code:

{
    if(
token[id] >= 1)
    {
    
user_spawn(id)
    }else{
    
client_printidprint_chat"Not enough token.");

}
    return 
PLUGIN_HANDLED



hornet 11-18-2013 00:03

Re: tag mismatch
 
Show the full code.


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

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