Grove dude, i made a great code for you in my server
.
I hope that you'll like it >
.
.Code:
new name[MAX_PLAYER_NAME]
new string[256]
public OnPlayerConnect(playerid)
{
GetPlayerName(playerid, name, sizeof(name));
if(name == Grove) {
SendClientMessage(playerid,COLOR_RED,"Grove you can get the hell out of there without being kicked.");
}
else {
format(string,sizeof(string),"Welcome %s to Ayoubsss'z server", name);
SendClientMessage(playerid,COLOR_BLUE,string);
}
return 1;
}I hope that you'll like it >
.