13.03.2012, 01:08
pawn Код:
//This will not display the client messages after the SSCANF.
if(sscanf(params, "s[32]",usage)) return SendClientMessage(playerid, COLOUR_GREY, "Usage: /trunk [usage]");
if(isnull(usage))
{
SendClientMessage(playerid, COLOUR_GREY, "Usages: Store, Get, View");
}