rep +
#7

Quote:
Originally Posted by oscar7610
Посмотреть сообщение
what do you suggest me to use? If zcmd do I need to paste them underneath onplayercommandtext?

like CMD:hello(playerid, params[])
{

SendClientMessage(playerid, 0xFA0505FF,"hello");
return 1;
}
You cannot use OnPlayerCommandText example you put strcmp OnPlayerCommandText
and use zcmd at the same time your strcmp command will be command unknown so use
OnPlayerCommandRecieved/Performed when going to use strcmp

and remove OnPlayerCommandText you can use ZCMD everywhere except before include <a_samp> and before other includes and also don't put zcmd command inside a public callback
Reply


Messages In This Thread
rep + - by oscar7610 - 23.04.2012, 11:11
Re: rep + - by SupremeCommander - 23.04.2012, 11:15
Re: rep + - by RollTi - 23.04.2012, 11:18
Re: rep + - by oscar7610 - 23.04.2012, 11:18
Re: rep + - by [GF]Logic - 23.04.2012, 11:19
Re: rep + - by SupremeCommander - 23.04.2012, 11:20
Re: rep + - by RollTi - 23.04.2012, 11:21
Re: rep + - by [GF]Logic - 23.04.2012, 11:22
Re: rep + - by oscar7610 - 23.04.2012, 11:22
Re: rep + - by [GF]Logic - 23.04.2012, 11:28

Forum Jump:


Users browsing this thread: 1 Guest(s)