STRCMP and ZCMD and DCMD in the same script!
#2

Here's the command:

pawn Code:
CMD:killtest(playerid, params[])
{
    if(!IsPlayerLoggedIn(playerid)) return SendClientMessage(playerid, COLOR_GREY, "You need to login first before using any command.");
    SetPlayerHealth(playerid, 0);
    return 1;
}
No errors/warnings..
Reply


Messages In This Thread
STRCMP and ZCMD and DCMD in the same script! - by Stanford - 10.05.2013, 17:31
Re: STRCMP and ZCMD and DCMD in the same script! - by Stanford - 10.05.2013, 17:51
Re: STRCMP and ZCMD and DCMD in the same script! - by Knappen - 10.05.2013, 17:56
AW: STRCMP and ZCMD and DCMD in the same script! - by Blackazur - 10.05.2013, 17:57
Re: STRCMP and ZCMD and DCMD in the same script! - by Red_Dragon. - 10.05.2013, 18:00
Re: STRCMP and ZCMD and DCMD in the same script! - by Dopefull - 10.05.2013, 22:20
Re: STRCMP and ZCMD and DCMD in the same script! - by Joe Staff - 10.05.2013, 22:25

Forum Jump:


Users browsing this thread: 1 Guest(s)