(FIXED)
#5

Let me guess:

While TextDrawSetString expects a string as a second parameter (see also the function name '...SetString') - GetPlayerScore returns an integer (see also the function name '...Score' - score is very often meant to be a number) and you are trying to call the function with an mismatching argument type?

Let's see what the compiler error could have told you already...

Quote:

error 035: argument type mismatch (argument 2)

There you go.

Pardon any sarcasm but sometimes the problem is too obvious and one could at least think two seconds about it before making a thread
Reply


Messages In This Thread
(FIXED) - by Jay. - 11.05.2010, 20:17
Re: Textdraw 1 error (Need help fast) - by aircombat - 11.05.2010, 20:34
Re: Textdraw 1 error (Need help fast) - by Jay. - 12.05.2010, 06:10
Re: Textdraw 1 error (Need help fast) - by deather - 12.05.2010, 06:15
Re: Textdraw 1 error (Need help fast) - by ray187 - 12.05.2010, 06:17
Re: Textdraw 1 error (Need help fast) - by Jay. - 12.05.2010, 06:20
Re: Textdraw 1 error (Need help fast) - by ray187 - 12.05.2010, 06:23
Re: Textdraw 1 error (Need help fast) - by Jay. - 12.05.2010, 06:25
Re: Textdraw 1 error (Need help fast) - by ray187 - 12.05.2010, 06:54
Solved - by Jay. - 12.05.2010, 07:02

Forum Jump:


Users browsing this thread: 1 Guest(s)