Command doesn't work
#7

Could you please make some debug prints to see when the code stops executing? Something like this:

pawn Код:
CMD:youknow(playerid, params[])
{
    print("debug 0");  
    SendClientMessage([...]);
   
    print("debug 1");
    SendClientMessage([...]);
    return 1;
}
Reply


Messages In This Thread
Command doesn't work - by Red_Dragon. - 10.05.2013, 18:04
AW: Command doesn't work - by Blackazur - 10.05.2013, 18:07
Re: Command doesn't work - by Red_Dragon. - 10.05.2013, 18:11
Re: Command doesn't work - by Red_Dragon. - 17.05.2013, 17:01
Re: Command doesn't work - by Red_Dragon. - 19.05.2013, 12:12
Re: Command doesn't work - by Red_Dragon. - 30.05.2013, 11:52
Re: Command doesn't work - by GiamPy. - 30.05.2013, 11:58

Forum Jump:


Users browsing this thread: 1 Guest(s)