17.05.2015, 15:15
Except the fact that you've used wrong specifier, that was not the reason of the crash. Using any specifier in client message will crash the server. Use format:
pawn Код:
new string[80];
format(string, sizeof (string), "You have loaded %i materials in your package, Proceed to next pickup.", rand);
SendClientMessage(playerid, -1, string);