01.07.2011, 12:29
Hello I want to do a textdraw that show how much money i have in the bank ..
I did that every time someone deposits is money in the bank it adds money to the Dini File.
So how do I do that will be 8 numbers in the text draw ?
and i have this errors :
in this :
first line - 8748
last line - 8755
can any one help me ?
I did that every time someone deposits is money in the bank it adds money to the Dini File.
So how do I do that will be 8 numbers in the text draw ?
and i have this errors :
Код HTML:
C:\Users\Eyal\Desktop\PDM\Mode\PDM\gamemodes\ProDeathMatch.pwn(8748) : error 017: undefined symbol "playerid" C:\Users\Eyal\Desktop\PDM\Mode\PDM\gamemodes\ProDeathMatch.pwn(8749) : error 017: undefined symbol "playerid" C:\Users\Eyal\Desktop\PDM\Mode\PDM\gamemodes\ProDeathMatch.pwn(8750) : error 017: undefined symbol "playerid" C:\Users\Eyal\Desktop\PDM\Mode\PDM\gamemodes\ProDeathMatch.pwn(8751) : error 017: undefined symbol "playerid" C:\Users\Eyal\Desktop\PDM\Mode\PDM\gamemodes\ProDeathMatch.pwn(8752) : error 017: undefined symbol "playerid" C:\Users\Eyal\Desktop\PDM\Mode\PDM\gamemodes\ProDeathMatch.pwn(8753) : error 017: undefined symbol "playerid" C:\Users\Eyal\Desktop\PDM\Mode\PDM\gamemodes\ProDeathMatch.pwn(8754) : error 017: undefined symbol "playerid" C:\Users\Eyal\Desktop\PDM\Mode\PDM\gamemodes\ProDeathMatch.pwn(8755) : error 017: undefined symbol "playerid" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 8 Errors.
Код HTML:
BMoney[playerid] = TextDrawCreate(608.000000, 98.000000, " "); TextDrawAlignment(BMoney[playerid], 3); TextDrawBackgroundColor(BMoney[playerid], 255); TextDrawFont(BMoney[playerid], 3); TextDrawLetterSize(BMoney[playerid], 0.650000, 2.199999); TextDrawColor(BMoney[playerid], 43775); TextDrawSetOutline(BMoney[playerid], 1); TextDrawSetProportional(BMoney[playerid], 1);
last line - 8755
can any one help me ?