04-14-2007, 11:01 PM
(04-14-2007, 02:48 PM)Ayoubsss link Wrote:Grove dude, i made a great code for you in my serverlmao haha nice one.
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 >![]()
.
good luck bro
.
.