Scavenge & Survive Compile Problem. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Scavenge & Survive Compile Problem. (
/showthread.php?tid=629434)
Scavenge & Survive Compile Problem. -
Im_BanK - 26.02.2017
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?
Re: Scavenge & Survive Compile Problem. -
AjaxM - 26.02.2017
Show the line
71-74
Re: Scavenge & Survive Compile Problem. -
Im_BanK - 26.02.2017
Код:
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
Re: Scavenge & Survive Compile Problem. -
darkhunter332 - 27.02.2017
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.
Re: Scavenge & Survive Compile Problem. -
Im_BanK - 27.02.2017
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.