[Ajuda] Comando grana!!!
#12

eu dei uma estudada aqui e fiz assim.....

#include <Zcmd>
#include <sscanf2>


CMD:grana( playerid, params[] )
{
if (IsPlayerAdmin(playerid))
{
new
toplayerid, // the player we want to give money to
amount; // extracting player's ID and amount from params
if (!sscanf(params, "ui", toplayerid, amount))
{
if (toplayerid != INVALID_PLAYER_ID)
{
new
message[40];
AddReal(toplayerid, amount);
format(message, sizeof(message), "Presente Do Admin $%d Reais", amount);
SendClientMessage(toplayerid, 0x00FF00FF, message);
}
else SendClientMessage(playerid, VERMELHO, "[ERROR:] {FFFFFF}Esse Jogador Nгo Estб Conectado!!");
}
else SendClientMessage(playerid, azulflorecente, "[INFO:] {FFFFFF}Use: /grana <playerid> <QtReais>");
}
else SendClientMessage(playerid, VERMELHO, "[ERROR:] {FFFFFF}Vocк nгo estб logado como Administrador RCON");
return true;
}



agora vem a pergunta X.. como faze um comando .. normal.. sem estar na rcon... tentei modificar esse aee.. n foi nem a pau kkkkk nesse esquema que fiz..... obrigado pela ajuda de ambos aee.. muito obrigado msm...
Reply


Messages In This Thread
[Ajuda] Comando grana!!! - by ApolloRJ - 01.05.2011, 00:13
Re: [Ajuda] Comando grana!!! - by Carl_Thuse - 01.05.2011, 00:20
Re: [Ajuda] Comando grana!!! - by Shadoww5 - 01.05.2011, 00:23
Re: [Ajuda] Comando grana!!! - by The Knight - 01.05.2011, 00:30
Re: [Ajuda] Comando grana!!! - by ApolloRJ - 01.05.2011, 00:41
Re: [Ajuda] Comando grana!!! - by The Knight - 01.05.2011, 00:46
Re: [Ajuda] Comando grana!!! - by ApolloRJ - 01.05.2011, 00:49
Re: [Ajuda] Comando grana!!! - by The Knight - 01.05.2011, 00:51
Re: [Ajuda] Comando grana!!! - by Shadoww5 - 01.05.2011, 00:52
Re: [Ajuda] Comando grana!!! - by The Knight - 01.05.2011, 10:20
Re: [Ajuda] Comando grana!!! - by Shadoww5 - 01.05.2011, 11:15
Re: [Ajuda] Comando grana!!! - by ApolloRJ - 01.05.2011, 17:45
Re: [Ajuda] Comando grana!!! - by The Knight - 01.05.2011, 18:01
Re: [Ajuda] Comando grana!!! - by ApolloRJ - 01.05.2011, 18:20
Re: [Ajuda] Comando grana!!! - by The Knight - 01.05.2011, 18:32
Re: [Ajuda] Comando grana!!! - by [S]trong - 01.05.2011, 18:39
Re: [Ajuda] Comando grana!!! - by ApolloRJ - 01.05.2011, 18:52
Re: [Ajuda] Comando grana!!! - by Shadoww5 - 01.05.2011, 18:56
Re: [Ajuda] Comando grana!!! - by LuxurioN™ - 01.05.2011, 21:55
Re: [Ajuda] Comando grana!!! - by ApolloRJ - 01.05.2011, 23:25

Forum Jump:


Users browsing this thread: 3 Guest(s)