need simple help with this script
#8

PHP код:
forward dialog3(playerid);
public 
dialog3(playerid)
{
new 
Float:health;
GetPlayerHealth(playerid,health);
if (
health 80.0) {
SendClientMessage(playerid,red,"[NGP]: you cannot use cmds while you in a fight or lossing health");
}else{
SetTimerEx"dialog3"15000false"i",playerid);
}
return 
1;

Reply


Messages In This Thread
need simple help with this script - by LovelySoomro - 13.08.2015, 19:01
Re: need simple help with this script - by iTakelot - 13.08.2015, 19:09
Re: need simple help with this script - by LovelySoomro - 13.08.2015, 19:15
Re: need simple help with this script - by LovelySoomro - 13.08.2015, 19:24
Re: need simple help with this script - by jlalt - 13.08.2015, 19:32
Re: need simple help with this script - by LovelySoomro - 13.08.2015, 19:33
Re: need simple help with this script - by LovelySoomro - 13.08.2015, 19:37
Re: need simple help with this script - by jlalt - 13.08.2015, 19:40
Re: need simple help with this script - by LovelySoomro - 13.08.2015, 19:42
Re: need simple help with this script - by jlalt - 13.08.2015, 19:50

Forum Jump:


Users browsing this thread: 1 Guest(s)