24.10.2013, 02:01
Quote:
eu tinha um textdraw como rodapй ai resolvi fazer uns negocios aki e fico assim :
Код:
//[.]Roda Pe >< new string[128]; format(string, sizeof(string), "- Nick: %s | ID: %d", PlayerName(playerid),playerid); TextDrawBackgroundColor(Textdraw18, 255); TextDrawFont(Textdraw18, 1); TextDrawLetterSize(Textdraw18, 0.500000, 1.600000); TextDrawColor(Textdraw18, -1); TextDrawSetOutline(Textdraw18, 1); TextDrawSetProportional(Textdraw18, 1); //[.]Roda Pe >< Код:
new Text:Textdraw18; Код:
C:\Users\yNexus\Desktop\GM.pwn(3960) : error 017: undefined symbol "playerid" |
Код:
format(string, sizeof(string), "- Nick: %s | ID: %d", PlayerName(playerid),playerid);
Код:
,playerid);