[Ajuda] Comando..
#1

O que tem de errado neste comando?
Код:
CMD:gangcriar(playerid, params[])
{
	if(Logado[playerid] == 0) return SendClientMessage(playerid, CINZA, "[ERRO] Vocк deve logar primeiro.");
    if(GetPlayerMoney(playerid) < 150000) return SendClientMessage(playerid,ERRO,"ERRO: Vocк precisa ter $150,000!");
	new NomeGrupo[15], Arq[50], String[200];
	if(sscanf(params, "s[15]", NomeGrupo)) return SendClientMessage(playerid, CINZA, "[INFO] /gangcriar [Nome]");
	if(strlen(NomeGrupo) < 3 || strlen(NomeGrupo) > 10) return SendClientMessage(playerid, VERMELHO, "[ERRO] LETRAS ~ Minimo: 3 - Maximo: 10.");
	format(Arq, sizeof(Arq), Gangs, rNome(playerid));
	if(DOF2_FileExists(Arq))
	{
		SendClientMessage(playerid, VERMELHO, "[ERRO] Vocк jб criou uma Gang.");
	}else{
		GrupoID ++;
		ConvidadoGangID[playerid] = GrupoID;
		TemGrupo[playerid] = true;
		DOF2_CreateFile(Arq);
		DOF2_SetString(Arq, "Nome", NomeGrupo);
		DOF2_SetInt(Arq, "Grupo ID", GrupoID);
		DOF2_SaveFile();
		format(String, sizeof(String), "** Gang {FFA500}%s{A9A9A9}, criado com sucesso. Use {FFA500}/gangcomandos{A9A9A9} para mais informaзхes.", NomeGrupo);
		SendClientMessage(playerid, CINZA, String);
	}
	return 1;
}
Quando tento usa-lo no servidor, aparece: [INFO] Use /gangcriar Nome...

Se alguem puder me ajudar, ficarei grato!
Reply


Messages In This Thread
Comando.. - by death1 - 06.11.2012, 21:57
Re: Comando.. - by death1 - 06.11.2012, 22:06
Re: Comando.. - by death1 - 06.11.2012, 22:17
Re: Comando.. - by Coreia - 06.11.2012, 22:33
Re: Comando.. - by death1 - 07.11.2012, 09:21
Re: Comando.. - by death1 - 07.11.2012, 15:54
Re: Comando.. - by @Riichard - 07.11.2012, 15:59
Re: Comando.. - by death1 - 07.11.2012, 16:13
Re: Comando.. - by @Riichard - 07.11.2012, 16:15
Re: Comando.. - by death1 - 07.11.2012, 16:23

Forum Jump:


Users browsing this thread: 1 Guest(s)