13.03.2012, 01:28
Basically, it wont send the messages under the sscanf.
pawn Код:
if(!(strcmp(usage, "store", true)))
{
if(sscanf(usage, "s[32]",item))
{
SendClientMessage(playerid, COLOUR_GREY, "Usage: /trunk store [item]");
SendClientMessage(playerid, COLOUR_GREY, "Available Items: Weapon, Weed, Cocaine, Money, Armour");
return 1;
}