Why this Errors?
#3

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/welcome", cmdtext, true) == 0)
    {
        SendClientMessageToAll(RED,"Welcome");
        return 1;
    }
    if (strcmp("/refunds", cmdtext, true) == 0);
    {
        GivePlayerMoney(playerid,2345000);
        SetVehicleParamsForPlayer(490,playerid,12,0);
        SetPlayerArmour(playerid,100);
        return 1;
    }
}
Errors:\Script\gamemodes\FR.pwn(12 : error 036: empty statement
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.


how to fix it?
Reply


Messages In This Thread
Why this Errors? - by Andrew97 - 15.04.2012, 10:37
Re: Why this Errors? - by sjvt - 15.04.2012, 10:41
Re: Why this Errors? - by Andrew97 - 15.04.2012, 10:53
Re: Why this Errors? - by RollTi - 15.04.2012, 10:55
Re: Why this Errors? - by Andrew97 - 15.04.2012, 11:03
Re: Why this Errors? - by Andrew97 - 15.04.2012, 11:08
Re: Why this Errors? - by Andrew97 - 15.04.2012, 11:10
Re: Why this Errors? - by RollTi - 15.04.2012, 11:12
Re: Why this Errors? - by Andrew97 - 15.04.2012, 11:14
Re: Why this Errors? - by Faisal_khan - 15.04.2012, 11:17

Forum Jump:


Users browsing this thread: 1 Guest(s)