Script help
#5

Код:
new Float:Health;
GetPlayerHealth(playerid,Health);
if(Health >= 100.0)
{
	SendClientMessage(...); //Player can't buy it.
	return 1;
}
//Player can buy it.
I don't copy your code I write it in same time.
Reply


Messages In This Thread
Script help - by Ciyber - 26.11.2014, 17:53
Re: Script help - by AnthonyTimmers - 26.11.2014, 17:58
Re: Script help - by Raweresh - 26.11.2014, 17:58
Re: Script help - by AnthonyTimmers - 26.11.2014, 18:08
Re: Script help - by Raweresh - 26.11.2014, 18:14

Forum Jump:


Users browsing this thread: 1 Guest(s)