28.08.2012, 10:49
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/armour", cmdtext, true, 10) == 0)
{
// if(GetPlayerMoney(playerid)<1000)
return SendClientMessage(playerid,0xFF0000,"You Need 1000 To Buy Armour.");
SetPlayerArmour(playerid,100.00);
SendClientMessage(playerid,0xFF0000,"You Have Buy Armour By Invisible Ammunation.");
return 1;
}
Error
unreachable code
Loost indentation
compound statement not close at the end of file (started at line 36)
If you help +rep
![Smiley](images/smilies/smile.png)