OnPlayerConnect doesn't send a message on the connect.
#2

Quote:
Originally Posted by speedruntrainer
I have problems with showing a message on the player connect.
pawn Код:
public OnPlayerConnect(playerid) {
SendClientMessage(playerid, yellow, "Welcome. To see the new commands, use /newcmds");
return 1;
}
The problem is, you don't see this message when you connect :/
try this
pawn Код:
public OnPlayerConnect(playerid)
{
SendClientMessage(playerid, yellow, "Welcome. To see the new commands, use /newcmds");
}
return 1;
}
Reply


Messages In This Thread
OnPlayerConnect doesn't send a message on the connect. - by speedruntrainer - 03.08.2009, 21:31
Re: OnPlayerConnect doesn't send a message on the connect. - by Criss_Angel - 03.08.2009, 21:32
Re: OnPlayerConnect doesn't send a message on the connect. - by Joe Staff - 03.08.2009, 21:34
Re: OnPlayerConnect doesn't send a message on the connect. - by speedruntrainer - 03.08.2009, 21:35

Forum Jump:


Users browsing this thread: 1 Guest(s)