What the problem?!
#1

Код:
CMD:healme(playerid,params[])
{
  if(!IsPlayerAdmin(playerid)) return SCM(playerid, RED, "UnKnown Command! Type /help");
  SetPlayerHealth(playerid, 100.0);
  SetPlayerArmour(playerid, 100.0);
  new h_msg[100];
  format(h_msg,sizeof (h_msg),"Administrator %s has healed you!",pName);
  SCMA(RED, h_msg);
  return 1;
}
PHP код:
C:\Users\John\Desktop\Server\filterscripts\TuNiAdmin.pwn(95) : error 076syntax error in the expression, or invalid function call 
Reply


Messages In This Thread
What the problem?! - by Another1 - 18.10.2013, 00:31
Re: What the problem?! - by WLSF - 18.10.2013, 00:44
Re: What the problem?! - by Another1 - 18.10.2013, 01:15
Re: What the problem?! - by WLSF - 18.10.2013, 01:19
Re: What the problem?! - by PT - 18.10.2013, 01:31

Forum Jump:


Users browsing this thread: 2 Guest(s)