[HELP] Warnings !!!!!!!
#2

Yes. First, you need to learn how to use ZCMD --> https://sampforum.blast.hk/showthread.php?tid=280476

Second, your problem is that you don't have it under the callback OnPlayerCommandText

Example:
pawn Код:
// Somewhere in your code:
CMD:event(playerid, params[])
{
// stuff here
return 1;
}

public OnPlayerCommandText(playerid, cmdtext[])
{
// Your Commands here
zcmd(event,5, cmdtext);
return 0;
}
Reply


Messages In This Thread
[HELP] Warnings !!!!!!! - by Alexander8 - 09.11.2013, 20:32
Re: [HELP] Warnings !!!!!!! - by Elie1996 - 09.11.2013, 20:51
Re: [HELP] Warnings !!!!!!! - by Konstantinos - 09.11.2013, 20:53
Re: [HELP] Warnings !!!!!!! - by Alexander8 - 09.11.2013, 21:06
Re: [HELP] Warnings !!!!!!! - by Alexander8 - 09.11.2013, 21:47
Re: [HELP] Warnings !!!!!!! - by DanishHaq - 09.11.2013, 21:49
Re: [HELP] Warnings !!!!!!! - by Alexander8 - 10.11.2013, 04:21
Re: [HELP] Warnings !!!!!!! - by Konstantinos - 10.11.2013, 09:54
Re: [HELP] Warnings !!!!!!! - by Alexander8 - 10.11.2013, 10:37
Re: [HELP] Warnings !!!!!!! - by DanishHaq - 10.11.2013, 13:14

Forum Jump:


Users browsing this thread: 1 Guest(s)