noob alert
#8

Код:
// in OnPlayerConnect

new playername[32],filename[36];
GetPlayerName(playerid, playername, 32);
format (filename, 36, "%s.ban", playername);
if (!fexist(filename))
{
   // lame example, but it works
   SendClientMessageToAll(COLOUR, "A new player has joined the server! Everybody laugh at him/her!");
}
Reply


Messages In This Thread
noob alert - by My_Waffles_Bitch_L0L - 12.02.2009, 12:42
Re: noob alert - by Lewwy - 12.02.2009, 12:55
Re: noob alert - by Born2die - 12.02.2009, 15:42
Re: noob alert - by Think - 12.02.2009, 15:46
Re: noob alert - by LibertyWorld - 12.02.2009, 15:50
Re: noob alert - by My_Waffles_Bitch_L0L - 12.02.2009, 17:02
Re: noob alert - by wavefunction - 12.02.2009, 17:03
Re: noob alert - by [RP]Rav - 12.02.2009, 17:13
Re: noob alert - by Mikep - 12.02.2009, 17:15
Re: noob alert - by [RP]Rav - 12.02.2009, 17:23

Forum Jump:


Users browsing this thread: 1 Guest(s)