How to return 0; on Command using stock?
#10

pawn Код:
public OnPlayerCommandReceived(playerid, cmdtext[])
{
    if (notlogged[playerid])
        return SendClientMessage(playerid, -1, "blabla"), 0;
    return 1;
}
This is what you looking for ?
Reply


Messages In This Thread
How to return 0; on Command using stock? - by JaKe Elite - 22.04.2013, 08:24
Re: How to return 0; on Command using stock? - by KiNG3 - 22.04.2013, 08:32
Re: How to return 0; on Command using stock? - by JaKe Elite - 22.04.2013, 08:37
Re: How to return 0; on Command using stock? - by KiNG3 - 22.04.2013, 08:40
Re: How to return 0; on Command using stock? - by JaKe Elite - 22.04.2013, 08:51
Re: How to return 0; on Command using stock? - by KiNG3 - 22.04.2013, 08:54
Re: How to return 0; on Command using stock? - by Isolated - 22.04.2013, 11:23
Re: How to return 0; on Command using stock? - by Knappen - 22.04.2013, 11:23
Re: How to return 0; on Command using stock? - by Knappen - 22.04.2013, 11:28
Re: How to return 0; on Command using stock? - by Djole1337 - 22.04.2013, 11:33

Forum Jump:


Users browsing this thread: 1 Guest(s)