Thread: %s error
View Single Post
Author Message
SHIELD755
Veteran Member
Join Date: Feb 2018
Location: FROM MARVEL STUDIO
Old 04-13-2020 , 02:05   %s error
Reply With Quote #1

hii every one ,

i have some issue regarding this plugin

PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "test"
#define VERSION "1.0"
#define AUTHOR "S.H.I.E.L.D"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
register_clcmd("test","test")
}

public 
test(id)
{
     
client_print(id,print_center,"test is successfull !!")

i am trying to print some text in center using "client_print" but its show like below
i am using AMXMODX VERSION 1.9



PLEASE HELP
SHIELD755 is online now