error 029 eror 017 warning 215 pls help
#10

TextDrawCreate doesn't accept arguments to format the text, you'll need to do that yourself:
pawn Код:
new td_text[size_here];
format(td_text, sizeof td_text, "...", ...);

Textdraw31 = TextDrawCreate(595.833, 429.333, td_text);
and about the other error "targetid" is undefined. Either you meant to say "playerid" or depending on where you create the textdraws, it may need a loop if it is in OnGameModeInit/OnFilterScriptInit for example.

Just a side note: use player-textdraws.
Reply


Messages In This Thread
error 029 eror 017 warning 215 pls help - by lostmode - 20.11.2016, 06:34
Re: error 029 eror 017 warning 215 pls help - by sampkinq - 20.11.2016, 07:44
Re: error 029 eror 017 warning 215 pls help - by lostmode - 20.11.2016, 09:12
Re: error 029 eror 017 warning 215 pls help - by sampkinq - 20.11.2016, 09:25
Re: error 029 eror 017 warning 215 pls help - by AndySedeyn - 20.11.2016, 09:25
Re: error 029 eror 017 warning 215 pls help - by sampkinq - 20.11.2016, 09:28
Re: error 029 eror 017 warning 215 pls help - by lostmode - 20.11.2016, 10:33
Re: error 029 eror 017 warning 215 pls help - by lostmode - 20.11.2016, 10:40
Re: error 029 eror 017 warning 215 pls help - by lostmode - 20.11.2016, 11:06
Re: error 029 eror 017 warning 215 pls help - by Konstantinos - 20.11.2016, 11:11

Forum Jump:


Users browsing this thread: 1 Guest(s)