4 errors and a few warnings
#8

try this

old
Код:
stock PlayerName(playerid)
{
	new pName[MAX_PLAYER_NAME];
	GetPlayerName(playerid, pName, MAX_PLAYER_NAME);
	return pName;
}
new
Код:
stock PlayerName(playerid)
{
	new pName[MAX_PLAYER_NAME];
	GetPlayerName(playerid, pName, sizeof(pName));
	return pName;
}
not sure it will fix your error , but this one work for me
Reply


Messages In This Thread
4 errors and a few warnings - by OpticKiller - 03.06.2013, 04:14
Re: 4 errors and a few warnings - by Captive - 03.06.2013, 04:22
Re: 4 errors and a few warnings - by OpticKiller - 03.06.2013, 05:58
Respuesta: 4 errors and a few warnings - by JustBored - 03.06.2013, 06:12
Re: Respuesta: 4 errors and a few warnings - by OpticKiller - 03.06.2013, 06:14
Re: 4 errors and a few warnings - by BossZk - 03.06.2013, 13:41
Re: 4 errors and a few warnings - by OpticKiller - 04.06.2013, 17:07
Re: 4 errors and a few warnings - by NvidiaForTheWin - 04.06.2013, 17:24
Re: 4 errors and a few warnings - by FunnyBear - 04.06.2013, 17:27
Re: 4 errors and a few warnings - by OpticKiller - 04.06.2013, 17:49

Forum Jump:


Users browsing this thread: 1 Guest(s)