CMD not working
#3

Код:
CMD:heal(playerid, params[])
{
	new targetid;
	if(sscanf(params, "u", targetid)) return SendClientMessage(playerid, 0xFF0000AA, "Perdorimi: /heal [ID]");
	SetPlayerHealth(targetid, 100);
	return 1;
}
Enjoy
Reply


Messages In This Thread
CMD not working - by ddiioonn123 - 09.12.2018, 11:24
Re: CMD not working - by Mike861 - 09.12.2018, 11:27
Re: CMD not working - by SlBIH - 09.12.2018, 11:29
Re: CMD not working - by ddiioonn123 - 09.12.2018, 11:31
Re: CMD not working - by Mike861 - 09.12.2018, 11:37
Re: CMD not working - by Kraeror - 09.12.2018, 11:47

Forum Jump:


Users browsing this thread: 1 Guest(s)