OnPlayerConnect bug
#1

Alright I'm kinda a noob on scripting, a big one, but tell me what's wrong with this script line.

public OnPlayerConnect(playerid)
{
new string[64], pName[MAX_PLAYER_NAME];
GetPlayerName(playerid,pName,MAX_PLAYER_NAME);
format(string,sizeof string,"Welcome Back %s",pName);
SendClientMessage(0xFFFFFFAA,string);
return 1;
}
Reply


Messages In This Thread
OnPlayerConnect bug - by DRP - 17.01.2016, 12:47
Re: OnPlayerConnect bug - by GeneralAref - 17.01.2016, 12:54
Re: OnPlayerConnect bug - by DRP - 17.01.2016, 12:59
Re: OnPlayerConnect bug - by PrO.GameR - 17.01.2016, 14:22
Re: OnPlayerConnect bug - by DRP - 17.01.2016, 14:28
Re: OnPlayerConnect bug - by d1git - 17.01.2016, 14:38
Re: OnPlayerConnect bug - by DRP - 17.01.2016, 14:40

Forum Jump:


Users browsing this thread: 1 Guest(s)