invalid function or declaration and unmatched closing brace ("}") errors.Help:S
#2

You have to put { brackets under the strcmp lines.
For example:

pawn Код:
if(!strcmp("/buy micro SMG", cmdtext, true))
{
   SendClientMessage(playerid,0xAA3333AA,"You have bought a Micro SMG for $4000.");
   GivePlayerWeapon(playerid, 28,200);
   GivePlayerMoney(playerid,-4000);
   return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)