08.12.2013, 15:48
Quote:
|
IT works, but it sends 2 messages, not only "DeveloperName has connected: IG-DM Developer" but also says "DeveloperName has joined"
|
if(!strcmp(pName, "iRonan", true))
{
SendClientMessage(playerid, COLOR_GREY, "{00FFFF}iRonan{FFFFFF} has connected: IG-DM Developer");
return 1;
}
...


