[Ajuda] /grana ilimitado
#4

pawn Код:
if (strcmp("/grana", cmdtext, true, 321) == 0)
{
   if(digitouFDP{playerid}) SendClientMessage(playerid, Verde, "[INFO]: Tб me tirando !? Tu jб digitou /grana");
   GivePlayerMoney(playerid,1500);
   SendClientMessage(playerid, Verde, "[INFO]: Vocк ganho R$1.500!");
   digitouFDP{playerid} = 1;
   return 1;
}
no topo gamemode coloca:

pawn Код:
new digitouFDP[ MAX_PLAYERS char];
e em OnPlayerConnect (dentro) coloca

pawn Код:
digitouFDP{playerid} = 0;
vai limitar a cada conexгo digitar / grana
Reply


Messages In This Thread
/grana ilimitado - by Owner - 07.10.2013, 03:39
Re: /grana ilimitado - by zSuYaNw - 07.10.2013, 03:40
Re: /grana ilimitado - by Owner - 07.10.2013, 04:24
Respuesta: /grana ilimitado - by ipsBruno - 07.10.2013, 04:27
Re: /grana ilimitado - by Owner - 07.10.2013, 04:37
Re: /grana ilimitado - by ThuuGLif3 - 07.10.2013, 04:42
Re: /grana ilimitado - by Owner - 07.10.2013, 04:51
Re: /grana ilimitado - by willttoonn - 07.10.2013, 05:05
Re: /grana ilimitado - by Owner - 07.10.2013, 05:10
Re: /grana ilimitado - by Owner - 07.10.2013, 05:35

Forum Jump:


Users browsing this thread: 1 Guest(s)