15.03.2013, 21:55
How to fix this:
Код:
C:\Users\Ramin\Desktop\PL-RP\gamemodes\PL-RP.pwn(7717) : error 017: undefined symbol "string" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
Код:
WristWatch = TextDrawCreate(577.000000, 50.000000, string); TextDrawAlignment(WristWatch, 2); TextDrawBackgroundColor(WristWatch, 255); TextDrawFont(WristWatch, 3); TextDrawLetterSize(WristWatch, 0.709998, 2.100001); TextDrawColor(WristWatch, -1); TextDrawSetOutline(WristWatch, 1); TextDrawSetProportional(WristWatch, 0); textdrawscount++;