[Ajuda] /Colete Da Para Comprar Mais De 1 Vez
#4

pawn Код:
// Topo:
new bool:JFSUmaVez[MAX_PLAYERS];

// public OnPlayerSpawn

JFSUmaVez[playerid] = false;

// comando
if(strcmp(cmdtext, "/colete", true) == 0)
{
   if(JFSUmaVez[playerid] == true) return SendClientMessage(playerid, -1, "Vocк ja pegou o colete !!");
   SetPlayerHealth(playerid, 100.0);
   new pname[MAX_PLAYER_NAME];
   GetPlayerName(playerid, pname, MAX_PLAYER_NAME);
   format(string, sizeof(string), "%s comprou {FF00FF}vida {FF0000}( /health )", pname);
   SendClientMessageToAll(0xFFFFAE96, string);
   JFSUmaVez[playerid] = true;
   GivePlayerMoney(playerid, -100);
   return true;
}
Reply


Messages In This Thread
/Colete Da Para Comprar Mais De 1 Vez - by joaomarcos - 08.12.2012, 17:33
Re: /Colete Da Para Comprar Mais De 1 Vez - by joaomarcos - 08.12.2012, 17:37
Re: /Colete Da Para Comprar Mais De 1 Vez - by Nice-.- - 08.12.2012, 17:39
Respuesta: /Colete Da Para Comprar Mais De 1 Vez - by JonathanFeitosa - 08.12.2012, 17:39
Re: /Colete Da Para Comprar Mais De 1 Vez - by Gleisson_. - 08.12.2012, 17:51
Re: /Colete Da Para Comprar Mais De 1 Vez - by joaomarcos - 08.12.2012, 19:32
Re: /Colete Da Para Comprar Mais De 1 Vez - by Gleisson_. - 08.12.2012, 22:39

Forum Jump:


Users browsing this thread: 1 Guest(s)