[Ajuda] Aparece Isso Ao Compilar
#9

Quote:
Originally Posted by Schocc
Посмотреть сообщение
Deixe o cуdigo endentado.
Quais sгo os erros?
Quando Eu Boto Isso No GM, Vo La Testo O Comando E Fala Que O Comando Nгo Existe .
Код:
	
	if(strcmp(cmd,"/comandinho", true) == 0){
	if (PlayerInfo[playerid][pFunc1] == 1){
	if(strcmp(cmdtext,"/comando1", true) == 0)
	return 1;
    }else if (PlayerInfo[playerid][pFunc2] == 1){
	if(strcmp(cmdtext,"/comando2", true) == 0)
	return 1;
    }else if (PlayerInfo[playerid][pFunc3] == 1){
	if(strcmp(cmdtext,"/comando3", true) == 0)
	return 1;
	}
    }
E Quando Eu Boto Assim
Код:
	if(strcmp(cmd,"/comandinho", true) == 0){
	if (PlayerInfo[playerid][pFunc1] == 1){
        OnPlayerCommandText(payerid,"/comando1");
	return 1;
    }else if (PlayerInfo[playerid][pFunc2] == 1){
     OnPlayerCommandText(payerid,"/comando2");
	return 1;
    }else if (PlayerInfo[playerid][pFunc3] == 1){
     OnPlayerCommandText(payerid,"/comando3");
	return 1;
	}
    }
aparece aquele negocio da foto la do comeзo
Reply


Messages In This Thread
Aparece Isso Ao Compilar - by yNexus - 01.12.2013, 14:36
Re: Aparece Isso Ao Compilar - by Cidiei - 01.12.2013, 15:02
Re: Aparece Isso Ao Compilar - by yNexus - 01.12.2013, 15:07
Re: Aparece Isso Ao Compilar - by Cidiei - 01.12.2013, 15:11
Re: Aparece Isso Ao Compilar - by yNexus - 01.12.2013, 15:40
Re: Aparece Isso Ao Compilar - by Schocc - 01.12.2013, 16:39
Re: Aparece Isso Ao Compilar - by iDreak - 01.12.2013, 16:40
Re: Aparece Isso Ao Compilar - by Locky_ - 01.12.2013, 17:21
Re: Aparece Isso Ao Compilar - by yNexus - 01.12.2013, 17:42

Forum Jump:


Users browsing this thread: 3 Guest(s)