[Ajuda] COMANDO /DARDINHERO
#1

Alguem pode ver se tem algo de errado nesse comando ele n funfa ?

Код:
if(strcmp(cmd, "/dardinhero", true) == 0)
	{
		if(PlayerInfo[playerid][pAdmin] >= 4)
		{
    	new id, dinhero;
    	tmp = strtok(cmdtext, idx);
    	id = strval(tmp);
    	tmp = strtok(cmdtext, idx);
    	if(!strlen(tmp)) return SendClientMessage(playerid, COR_USOCORRETO, "Uso: /dardinhero [id do player] [Quantidade]");
    	dinhero = strval(tmp);
    	SendClientMessage(playerid, COR_PRINCIPAL, "Vocк deu Dinheiro.");
        PlayerInfo[id][pDinheiro] += dinhero;
    	}
    	return true;
	}
Reply
#2

coloque o code dentro disso: [*code] Seu Code[*/code]

Sem os " * " й claro.
Reply
#3

Pronto
Reply
#4

pawn Код:
if(strcmp(cmd, "/dardinhero", true) == 0)
    {
        if(PlayerInfo[playerid][pAdmin] >= 4)
        {
        new id, dinhero;
        tmp = strtok(cmdtext, idx);
        id = strval(tmp);
        tmp = strtok(cmdtext, idx);
        if(!strlen(tmp)) return SendClientMessage(playerid, COR_USOCORRETO, "Uso: /dardinhero [id do player] [Quantidade]");
        dinhero = strval(tmp);
        SendClientMessage(playerid, COR_PRINCIPAL, "Vocк deu Dinheiro.");
        PlayerInfo[id][pDinheiro] += dinhero;
        }
        return 1;
    }
Reply
#5

Voce posto o mesmo comando vei -.- e mesmo assim n pego
Reply
#6

PHP код:
if(strcmp(cmd,"/dargrana"true)==0)
{
new 
aname[MAX_PLAYER_NAME];
GetPlayerName(playeridanameMAX_PLAYER_NAME);
format(filesizeof(file), PASTA_CONTASaname);
if(
pAdmin[playerid] == 5){
new 
tmp[256];
new 
plidgrana;
tmp strtok(cmdtextidx);
if(!
strlen(tmp)){
SendClientMessage(playeridVermelho"[ > ] Use: /dargrana [id] [grana]");
return 
1;
}
plid strval(tmp);
tmp strtok(cmdtextidx);
if(!
strlen(tmp)) {
SendClientMessage(playeridVermelho"[ > ] Use: /dargrana [id] [grana]");
return 
1;
}
grana strval(tmp);
if(
IsPlayerConnected(plid)){
new 
pname[MAX_PLAYER_NAME];
GetPlayerName(plidpnameMAX_PLAYER_NAME);
format(stringsizeof(string), "[ INFO ] %s (ID %d) vocк deu para %s $%d de grana."anameplayeridpnamegrana);
SendClientMessage(playeridAzuL4string);
format(stringsizeof(string), "[ INFO ] O(a) Administrador(a) %s (ID %d) te deu {FFFFFF}($%d)"anameplayeridgrana);
SendClientMessage(plidoutraadmstring);
GivePlayerGrana(plid,grana);
return 
1;
}else{
SendClientMessage(playeridVermelho"[ x ] Jogador nгo conectado.");
return 
1;
}
}

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)