27.11.2012, 17:41
pawn Код:
new string[64];
format(string, sizeof(string), "%s", GetPlayerNameEx(playerid));
TextDrawShowForPlayer(playerid, Textdraw16 );
Textdraw16 = TextDrawCreate(437.600006, 78.399993, string);
Код:
C:\Users\Mustafa\Desktop\SAmp SRV\ForYou\gamemodes\TDM.pwn(224) : error 017: undefined symbol "GetPlayerNameEx" C:\Users\Mustafa\Desktop\SAmp SRV\ForYou\gamemodes\TDM.pwn(225) : error 017: undefined symbol "playerid" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.