Scavenge & Survive Compile Problem.
#1

Hy guys.

I have a major problem that i just don't understand.I hope you guys can help me.
Here is the issue:

Код:
 sss/core/player/language.pwn(73) : error 017: undefined symbol "_T"
sss/core/player/language.pwn(73) : warning 215: expression has no effect
sss/core/player/language.pwn(73) : warning 215: expression has no effect
sss/core/player/language.pwn(73) : error 001: expected token: ";", but found ")"
sss/core/player/language.pwn(73) : error 029: invalid expression, assumed zero
sss/core/player/language.pwn(73) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Do i need some sorth of an include file for that _T to be readed?
Reply
#2

Show the line 71-74
Reply
#3

Код:
hook OnPlayerSave(playerid, filename[])
{
	dbg("global", CORE, "[OnPlayerSave] in /gamemodes/sss/core/player/language.pwn");

	new data[1];
	data[0] = lang_PlayerLanguage[playerid]; //line 71

	modio_push(filename, _T<L,A,N,G>, 1, data);
} //line 74
Reply
#4

Update includes to the newest version,
Tbh that languagr thing is not used in the script that much, Won't affect anything, Try to delete it.
Reply
#5

Quote:
Originally Posted by darkhunter332
Посмотреть сообщение
Update includes to the newest version,
Tbh that languagr thing is not used in the script that much, Won't affect anything, Try to delete it.
i have all the includes up to date but im still facing that _T thingy.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)