Script issue
#3

Quote:
Originally Posted by Weirdosport
I can only suggest that the commands before it are not finished properly. Also the return 1; is meat to be inside the brackets..

pawn Код:
if(strcmp(cmdtext, "/adminon", true) == 0)            // (549) : error 010: invalid function or declaration
    {    
    SendClientMessage(playerid, 0xF97804FF, "You Just God Admin Powers!");
    SetPlayerHealth(playerid, 9999999999.99);
    SetPlayerArmour(playerid, 9999999999.99);
    GivePlayerWeapon(playerid, 38, 999999999);
    return 1;                                // (555) : error 010: invalid function or declaration
    }
same man ...
Reply


Messages In This Thread
Script issue - by Divine - 16.04.2009, 13:36
Re: WHAT THE F**K IS WRONG ?!?!? (HELP ME) - by Weirdosport - 16.04.2009, 13:39
Re: WHAT THE F**K IS WRONG ?!?!? (HELP ME) - by Divine - 16.04.2009, 13:43
Re: WHAT THE F**K IS WRONG ?!?!? (HELP ME) - by Weirdosport - 16.04.2009, 13:46
Re: WHAT THE F**K IS WRONG ?!?!? (HELP ME) - by Divine - 16.04.2009, 13:47
Re: WHAT THE F**K IS WRONG ?!?!? (HELP ME) - by Divine - 16.04.2009, 13:51
Re: WHAT THE F**K IS WRONG ?!?!? (HELP ME) - by deathdealer - 16.04.2009, 13:53
Re: WHAT THE F**K IS WRONG ?!?!? (HELP ME) - by Divine - 16.04.2009, 13:59
Re: WHAT THE F**K IS WRONG ?!?!? (HELP ME) - by deathdealer - 16.04.2009, 14:11
Re: WHAT THE F**K IS WRONG ?!?!? (HELP ME) - by Klutty - 16.04.2009, 14:27

Forum Jump:


Users browsing this thread: 1 Guest(s)