escape from string
Hi ,
how to use escape character for a string For example suppose i was the server will say Hi "ALL" .. Now if I put server_cmd(id,"say Hi "ALL" ..") it won't work properly right ? So how can i write it ? |
Re: escape from string
^ is the escape character.
Code:
server_cmd("say ^"bye all^";quit") |
Re: escape from string
Quote:
|
| All times are GMT -4. The time now is 23:32. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.