[Ajuda] Comando grana!!!
#16

pawn Code:
dcmd_dargrana(playerid, params[])
{
   if(sscanf(params, "ud",params[0],params[1]))
   {
      return SendClientMessage(playerid, 0xB4B5B7FF, "Usage /dargrana [playerid] [dinheiro]");
   }
   else if(!IsPlayerConnected(params[0])
   {
      return SendClientMessage(playerid, 0xFF0000AA, " ID INVБLIDO !");
   }
   else if(params[1] < 1 && grana > params[1]))
   {
      return SendClientMessage(playerid, 0xC2A2DAAA, " Os valores devem estar entre R$ 1 e R$ 100.000");
   }
   else
   {
      return GivePlayerMoney(giveplayerid, grana);
   }
   return true;
}
se for zcmd sу mudar para
pawn Code:
CMD:dargrana(playerid,params[])
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: 2 Guest(s)