undefined symbol "params"
#3

Код:
 if (strcmp("/dhealme", cmdtext, true, 10) == 0)
    {
	  new str[128], id;
	  {
		if(sscanf(params, "ui", id )) return SendClientMessage(playerid, 0xFFFF00FF, "Syntax: /heal (id)");
		if(id == playerid) return SendClientMessage(playerid, 0xFFFF00FF, "You cant use this command to yourself.");
	    if(id == INVALID_PLAYER_ID) return SendClientMessage(playerid, 0xFFFF00FF, "Not found.");
	    {
         Healme[id] = 1;
		}
	  }
	  return 1;
	}
 return 0;
}
Reply


Messages In This Thread
undefined symbol "params" - by suni - 30.07.2015, 21:51
Re: undefined symbol "params" - by PMH - 30.07.2015, 21:58
Re: undefined symbol "params" - by suni - 30.07.2015, 22:32
Re: undefined symbol "params" - by Jimmi - 30.07.2015, 22:40
Re: undefined symbol "params" - by suni - 30.07.2015, 22:47

Forum Jump:


Users browsing this thread: 3 Guest(s)