14.03.2016, 15:16
You can't use %s and %d in strcat, try this:
PHP код:
new lstring[256];
format(lstring, "{0AA1CA}'%s' (ID:%d) {FFFFFF}Adlı Kisi AFK Oldu.{FF0000}(AFK)/n{0AA1CA}» {FFFFFF}Şuanda {FF0000}(%d) {FFFFFF}Kisi Afk Konumdadır.",Lsname, i,Daviii);
strcat(dialogstr, lstring);