SendClientMessage
#1

Hello everyone, I want to send a client message to a player, in the client message string, there is quotation ( " " ), but when I put the quotations (" ") the compiler says some errors, here's my line:

PHP код:
format(stringsizeof(string), ""%s" has been unbanned from the server."name); 
Reply
#2

pawn Код:
format(string, sizeof(string), "\"%s\" has been unbanned from the server.", name);
Reply
#3

Quote:
Originally Posted by SickAttack
Посмотреть сообщение
pawn Код:
format(string, sizeof(string), "\"%s\" has been unbanned from the server.", name);
Thank you so much bro! +REP'd :P
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)