23.06.2012, 16:22
Hello,I have a little problem with stock:
I've put this code at the end of the game:
And I use SII.inc
Код:
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")
Код:
stock PlayerName(playerid) { new name[MAX_PLAYER_NAME]; GetPlayerName(playerid,name,sizeof(name)); return name; }