Quote:
Originally Posted by Konstantinos
pawn Код:
SendClientMessage(playerid, COLOR_WHITE, "You have loaded %s materials in your package, Proceed to next pickup.", rand);
Using specifiers in SendClientMessage(ToAll) functions will crash the server. Format ( https://sampwiki.blast.hk/wiki/Format) the text first and send the formatted string.
|
if you think due to i used %s to display rand, i changed it to %d and testing it now! hope it works