02.10.2012, 09:25
Hi!
I'm getting the next error compiling my script:
Here's the lines:
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"
pawn Код:
29019: new string[128];
29020: format(string, sizeof(string),"%s", GetPlayerArea(i));
29021: TextDrawSetString(Text:LocationDraw[i], string);