Undefined symbol "GetPlayerArea"
#1

Hi!
I'm getting the next error compiling my script:
pawn Код:
C:\Program Files (x86)\Rockstar Games\GTASanAndreas\SAMP Server\gamemodes\rp.pwn(29020) : error 017: undefined symbol "GetPlayerArea"
Here's the lines:
pawn Код:
29019:   new string[128];
29020:   format(string, sizeof(string),"%s", GetPlayerArea(i));
29021:   TextDrawSetString(Text:LocationDraw[i], string);
Reply
#2

You need to find somethink like this:
Код:
public GetPlayerArea(playerid)
{
//some code here.
}
and paste
Reply
#3

You must have the GetPlayerArea stock or public function.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)