SA-MP Forums Archive
delete - 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: delete (/showthread.php?tid=455409)



delete - LOLtz120 - 01.08.2013

delete


Re: delete - JimmyCh - 01.08.2013

You need to do it like this:
pawn Код:
new string[60];
format(string, sizeof(string), "Pages : %s/8", count);
SendClientMessageToAll(0xFFFFFFFF, string);