undefined - 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: undefined (
/showthread.php?tid=593717)
undefined -
itachi - 08.11.2015
Hello.
Please i want help with this error.
Код:
error 017: undefined symbol "GetPlayerPoolSize"
Quote:
static stock CheckMultipleName(const name[])
{
new bool ,i=GetPlayerPoolSize()+1,n[MAX_PLAYER_NAME];
for(; --i!=-1
{
if(!GetPlayerName(i,n,MAX_PLAYER_NAME)) continue;
if(!strcmp(n,name,true))
{
if(x) return 1;
x=true;
}
}
return 0;
}
|
Re: undefined -
kalanerik99 - 08.11.2015
BE sure U have updated your server files
Re: undefined -
itachi - 08.11.2015
update complete..
Quote:
error 017: undefined symbol "GetPlayerPoolSize"
|
Re: undefined -
iKarim - 08.11.2015
Update your samp includes or samp version.
SA-MP's Download section.
Paste your A_SAMP include after updating if its not working, I'm pretty sure A_SAMP include is outdated