undefined
#1

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;
}

Reply
#2

BE sure U have updated your server files
Reply
#3

update complete..

Quote:

error 017: undefined symbol "GetPlayerPoolSize"

Reply
#4

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)