05.07.2013, 16:38
I made /hire command, but now I have problem with this -.-
Quote:
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; } |