How to fix this?
#1

pawn Код:
Textdraw0 = TextDrawCreate(521.000000, 321.000000, ".. score:%d",sCount2);
How to make this work? i want that the score count automatic shows up in the textdraw..

Thanks.
Reply
#2

use for new
use timer
use a function
add me in msn xD pyrokar@libero.it
Reply
#3

i already have a function so it counts the score but it just doesnt shows up.

This is my warning: Number of arguments doesn't match definition.
Reply
#4

pawn Код:
Textdraw0 = TextDrawCreate(521.000000, 321.000000, ".. score: ");

new string[10];
format(string,sizeof(string),"..score: %d",sCount2);
TextDrawSetString(Textdraw0,string);
Reply
#5

Then it shows nothing after "score:" ..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)