10.04.2018, 17:34
Hello!
I have an email system on my server. I can use basic HTML tags (<b>, <i>, </ br>, etc.) within strings and works perfectly.
The problem is that when I try to put the following code the pawno returns error:
Returned error in pawno:
Any help?
I have an email system on my server. I can use basic HTML tags (<b>, <i>, </ br>, etc.) within strings and works perfectly.
The problem is that when I try to put the following code the pawno returns error:
PHP код:
format(String, sizeof(String), "<a href="http://www.darkstreetrpg.com.br/" target="_blank" ><img src="https://s20.postimg.org/yvy9av9fh/logo.png" /></a>");
PHP код:
...\Server\gamemodes\GM.pwn(8318) : error 001: expected token: "-string end-", but found "-identifier-"
...\Server\gamemodes\GM.pwn(8318) : error 029: invalid expression, assumed zero
...\Server\gamemodes\GM.pwn(8318) : warning 215: expression has no effect
...\Server\gamemodes\GM.pwn(8318) : warning 203: symbol is never used: "http"