PlayerName
#1

Hello,I have a little problem with stock:

Код:
D:\SAMP\Director Nou\gamemodes\TDM.pwn(318) : error 017: undefined symbol "PlayerName"
D:\SAMP\Director Nou\gamemodes\TDM.pwn(324) : error 017: undefined symbol "SAVE_PATH"
D:\SAMP\Director Nou\gamemodes\TDM.pwn(340) : error 017: undefined symbol "PlayerName"
D:\SAMP\Director Nou\gamemodes\TDM.pwn(342) : error 017: undefined symbol "SAVE_PATH"
D:\SAMP\Director Nou\gamemodes\TDM.pwn(373) : error 017: undefined symbol "PlayerName"
D:\SAMP\Director Nou\gamemodes\TDM.pwn(389) : error 017: undefined symbol "PlayerName"
D:\SAMP\Director Nou\gamemodes\TDM.pwn(403) : error 017: undefined symbol "PlayerName"
D:\SAMP\Director Nou\gamemodes\TDM.pwn(423) : error 017: undefined symbol "PlayerName"
D:\SAMP\Director Nou\gamemodes\TDM.pwn(433) : error 017: undefined symbol "PlayerName"
D:\SAMP\Director Nou\gamemodes\TDM.pwn(466) : error 017: undefined symbol "strtok"
D:\SAMP\Director Nou\gamemodes\TDM.pwn(466) : error 033: array must be indexed (variable "cmd")
D:\SAMP\Director Nou\gamemodes\TDM.pwn(476) : error 017: undefined symbol "strtok"
D:\SAMP\Director Nou\gamemodes\TDM.pwn(476) : error 033: array must be indexed (variable "tmp")
D:\SAMP\Director Nou\gamemodes\TDM.pwn(483) : error 017: undefined symbol "ReturnUser"
D:\SAMP\Director Nou\gamemodes\TDM.pwn(484) : error 017: undefined symbol "strtok"
D:\SAMP\Director Nou\gamemodes\TDM.pwn(484) : error 033: array must be indexed (variable "tmp")
D:\SAMP\Director Nou\gamemodes\TDM.pwn(516) : error 017: undefined symbol "strtok"
D:\SAMP\Director Nou\gamemodes\TDM.pwn(516) : error 033: array must be indexed (variable "tmp")
D:\SAMP\Director Nou\gamemodes\TDM.pwn(517) : error 017: undefined symbol "ReturnUser"
D:\SAMP\Director Nou\gamemodes\TDM.pwn(541) : error 017: undefined symbol "PlayerName"
D:\SAMP\Director Nou\gamemodes\TDM.pwn(554) : error 017: undefined symbol "strtok"
D:\SAMP\Director Nou\gamemodes\TDM.pwn(554) : error 033: array must be indexed (variable "tmp")
D:\SAMP\Director Nou\gamemodes\TDM.pwn(555) : error 017: undefined symbol "ReturnUser"
D:\SAMP\Director Nou\gamemodes\TDM.pwn(579) : error 017: undefined symbol "PlayerName"
D:\SAMP\Director Nou\gamemodes\TDM.pwn(588) : error 017: undefined symbol "strtok"
D:\SAMP\Director Nou\gamemodes\TDM.pwn(588) : error 033: array must be indexed (variable "tmp")
I've put this code at the end of the game:
Код:
stock PlayerName(playerid)
{
	new name[MAX_PLAYER_NAME];
	GetPlayerName(playerid,name,sizeof(name));
	return name;
}
And I use SII.inc
Reply


Messages In This Thread
PlayerName - by .EnjatsRed. - 23.06.2012, 16:22
Re: PlayerName - by justinnater - 23.06.2012, 17:45
Re: PlayerName - by .EnjatsRed. - 23.06.2012, 17:52
Re: PlayerName - by .FuneraL. - 23.06.2012, 17:56
Re: PlayerName - by .EnjatsRed. - 23.06.2012, 18:24
Re: PlayerName - by .EnjatsRed. - 24.06.2012, 10:41
Re: PlayerName - by Grand_Micha - 24.06.2012, 10:47
Re: PlayerName - by .EnjatsRed. - 24.06.2012, 12:38

Forum Jump:


Users browsing this thread: 4 Guest(s)