04.04.2011, 23:22
pawn Code:
main()
{
print("\n----------------------------------");
print(" Fun and Games server By Misho");
print("----------------------------------\n");
public OnPlayerConnect(playerid);
{
GameTextForPlayer(playerid,"~w~Welcome to Fun and Games",3000,4);
SendClientMessage(playerid,COLOR_WHITE,"Welcome to Fun and Games");
format(string,sizeof(string),"[INFO]: %s (%d) has joined Fun and Games. (%s)", plname, playerid,playersip);
if (strlen(pIPs) < 3) SendIP = 0;
else if (!strcmp(pIPs,playersip,true)) SendIP = 0;
else
{
return 1;
}