SA-MP Forums Archive
How to fix warning 215 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How to fix warning 215 (/showthread.php?tid=611717)



How to fix warning 215 - Dejan12345 - 10.07.2016

format(string, sizeof(string), "Ovde je trenutno %d i %d igraca na serveru."),playersconnected;
please help


Re: How to fix warning 215 - WhiteGhost - 10.07.2016

Quote:
Originally Posted by Dejan12345
Посмотреть сообщение
format(string, sizeof(string), "Ovde je trenutno %d i %d igraca na serveru."),playersconnected;
please help
PHP код:
new string[60];
format(stringsizeof(string),"Ovde je trenutno %d i %d igraca na serveru.",playersconnected); 
This should work.


Re: How to fix warning 215 - Dejan12345 - 10.07.2016

tnx bro its work