[Ajuda] /clima
#2

SetPlayerWeather
Код:
CMD:clima(playerid, params[])
{
	new cid;
	if(sscanf(params, "d", cid)) return SendClientMessage(playerid, 0xFF0000FF, "Uso: /clima [ID]");
	SetPlayerWeather(playerid, cid);
	SendClientMessage(playerid, 0x00FF00FF, "Clima alterado com sucesso!");
	return 1;
}
Reply


Messages In This Thread
/clima - by helpmesamp - 26.06.2017, 23:03
Re: /clima - by RodrigoMSR - 26.06.2017, 23:14
Re: /clima - by helpmesamp - 26.06.2017, 23:29
Re: /clima - by RodrigoMSR - 26.06.2017, 23:48
Re: /clima - by helpmesamp - 27.06.2017, 22:21
Re: /clima - by ViniBorn - 27.06.2017, 22:25
Re: /clima - by helpmesamp - 27.06.2017, 23:20
Re: /clima - by DelK - 27.06.2017, 23:24
Re: /clima - by helpmesamp - 27.06.2017, 23:41
Re: /clima - by helpmesamp - 27.06.2017, 23:52

Forum Jump:


Users browsing this thread: 3 Guest(s)