Hello There, Guest! Login or Register


OnInvionAskForHelp;...
#2
add this to onplayerconnect

Code:
new string[47];
new name[24];
GetPlayerName(playerid,name,24);
format(string,sizeof(string),"%s had joined the server",name);
SendClientMessageToAll(COLOR_GREEN,string);

hope i helpedĀ  ;)
Reply


Messages In This Thread
OnInvionAskForHelp;... - by InVion - 04-23-2008, 11:04 AM
Re: OnInvionAskForHelp;... - by Smoke - 04-23-2008, 02:18 PM
Re: OnInvionAskForHelp;... - by AzTeC - 04-23-2008, 02:44 PM
Re: OnInvionAskForHelp;... - by Motorola - 04-23-2008, 11:58 PM
Re: OnInvionAskForHelp;... - by Smoke - 04-24-2008, 09:54 AM