Problema ZCMD
#1

Am decis sa trec pe ZCMD(sa las deoparte STRCMP), am facut comanda /rac pe zcmd,insa am o problema numai comanda /rac merge in rest la toate celelante comenzi spune "Server: Unknown command".....nu as vrea sa trec chiar toate comenzile pe ZCMD pentru ca sunt multe si imi ia timp, pot face sa am cateva pe ZCMD si cateva pe strcmp??

Code:
COMMAND:rac(playerid, params[])
{
	if(PlayerInfo[playerid][pAdmin] >= 4)
	{
	    new string[128];
	    SetTimer("RACtime", 10000, 0);
	    format(string, sizeof(string), "* All unused cars will be respawned in 10 seconds by {00FFFF}%s.", PlayerName(playerid));
	    SendClientMessageToAll(COLOR_LIGHTRED, string);
	}
	else SendClientMessage(playerid, COLOR_GREY, " You are not authorized to use this command !");
	return 1;
}
Reply


Messages In This Thread
Problema ZCMD - by crouch010 - 04.04.2013, 15:46
Re: Problema ZCMD - by InfiniTy. - 04.04.2013, 16:28
Re: Problema ZCMD - by gabyk - 05.04.2013, 05:19
Re: Problema ZCMD - by gigicu01 - 05.04.2013, 05:30
Re: Problema ZCMD - by crouch010 - 05.04.2013, 08:42
Re: Problema ZCMD - by InfiniTy. - 05.04.2013, 15:42
Re: Problema ZCMD - by crouch010 - 05.04.2013, 16:50
Re: Problema ZCMD - by gigicu01 - 06.04.2013, 06:41

Forum Jump:


Users browsing this thread: 1 Guest(s)