[Ajuda] pq esta limitado?
#6

Код:
CMD:ang(playerid, params[])
{
	if(GetPlayerMoney(playerid) > 500)
	{
	    new str[144];
		if(sscanf(params, "s[100]", str)) return SendClientMessage(playerid, Azul, "Use /ang: [TEXTO]");
		new playername[MAX_PLAYER_NAME];
		GetPlayerName(playerid, playername, MAX_PLAYER_NAME);
		format(str, sizeof(str), "%s Anunciou: {238E68}%s", playername, str);
		SendClientMessageToAll(Verde, str);
		GivePlayerMoney(playerid, -500);
		return 1;
	}
	else
	{
		SendClientMessage(playerid, Laranja, "Vocк nгo tem dinheiro й necessario [$500]");
	}
	return 1;
}
Reply


Messages In This Thread
pq esta limitado? - by johntrybescripter - 24.01.2017, 21:45
Re: pq esta limitado? - by LockedLucas - 24.01.2017, 21:48
Re: pq esta limitado? - by johntrybescripter - 24.01.2017, 21:51
Re: pq esta limitado? - by TheBob - 24.01.2017, 22:34
Re: pq esta limitado? - by ipsLuan - 24.01.2017, 22:56
Re: pq esta limitado? - by RodrigoMSR - 24.01.2017, 23:21
Re: pq esta limitado? - by ipsLuan - 24.01.2017, 23:45
Re: pq esta limitado? - by RodrigoMSR - 24.01.2017, 23:54
Respuesta: Re: pq esta limitado? - by SammyJ - 25.01.2017, 00:09
Re: pq esta limitado? - by TheBob - 25.01.2017, 02:12

Forum Jump:


Users browsing this thread: 3 Guest(s)