SA-MP Forums Archive
undefined symbol "strvalEx" - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: undefined symbol "strvalEx" (/showthread.php?tid=89097)



undefined symbol "strvalEx" - Dj_maryo1993 - 30.07.2009

pawn Код:
if( strcmp( key , "AdminLevel" , true ) == 0 ) { val = ini_GetValue( Data ); PlayerInfo[playerid][AdminLevel] = strvalEx( val ); }
And it gives me the error
Код:
D:\Multiple\Servere\Sa-mp\UnderProgress\gamemodes\underprogress.pwn(415) : error 017: undefined symbol "strvalEx"
Please help .


Re: undefined symbol "strvalEx" - Jefff - 30.07.2009

Remove
Код:
Ex
xD


Re: undefined symbol "strvalEx" - Dj_maryo1993 - 30.07.2009

Works fine , thx