hi,
i want to kick a player and write a reason in the console.
but there stands just the first word.. how can i add " in the commandline, so that the reason stands in " "? if i try to comment out with \" nothing happens
Code:
if(count[id] >= 4){
console_cmd(id,"amx_kick #%d Dein Niveau ist auf unserem Server unerwuenscht!", get_user_userid(id))
}
__________________