/hire, when someone is near to you
#6

Quote:
Originally Posted by ToiletDuck
Посмотреть сообщение
Not that lol show the /hire strcmp cmd
I made /hire command, but now I have problem with this -.-

Quote:
Originally Posted by cecko1235
Посмотреть сообщение
Thanks, I will try it!

I tried something different, and .. failed xD

Код:
 public OnPlayerText(playerid, text[])
{
	new message[128];
	format(message, sizeof(message), "%s Says: %s", GetName(playerid), text);
	if(ProxDetectorS(30.0, playerid, targetid)
	{
	ProxDetector(30.0, playerid, message, COLOR_WHITE);
	}
	if(ProxDetectorS(60.0, playerid, targetid)
	{
	ProxDetector(60.0, playerid, message, COLOR_GREY);
	}

	return 0;
}
error 017: undefined symbol "targetid" x2
Reply


Messages In This Thread
/hire, when someone is near to you - by cecko1235 - 05.07.2013, 16:23
Re: /hire, when someone is near to you - by Necip - 05.07.2013, 16:25
Re: /hire, when someone is near to you - by cecko1235 - 05.07.2013, 16:33
Re: /hire, when someone is near to you - by ToiletDuck - 05.07.2013, 16:36
Re: /hire, when someone is near to you - by Necip - 05.07.2013, 16:37
Re: /hire, when someone is near to you - by cecko1235 - 05.07.2013, 16:38
Re: /hire, when someone is near to you - by ToiletDuck - 05.07.2013, 16:41
Re: /hire, when someone is near to you - by Necip - 05.07.2013, 16:41
Re: /hire, when someone is near to you - by cecko1235 - 05.07.2013, 17:20
Re: /hire, when someone is near to you - by Necip - 05.07.2013, 17:22

Forum Jump:


Users browsing this thread: 3 Guest(s)