Help again
#1

Hello everyone
can you tell me what's wrong here?

new Text:Stats;


OnGameModeInit

Stats = TextDrawCreate(405.000000,112.000000,"Score:");
TextDrawAlignment(Stats,0);
TextDrawFont(Stats,1);
TextDrawLetterSize(Stats,0.499999,1.100000);
TextDrawColor(Stats,COLOR_WHITE);
TextDrawSetOutline(Stats,1);
TextDrawSetProportional(Stats,1);


OnPlayerConnect

new Score[41];
GetPlayerScore(playerid);
format(Score, sizeof(Score), "Score: %s", GetPlayerScore(playerid) );
TextDrawSetString(Stats, Score);
TextDrawShowForPlayer(playerid, Stats);

OnPlayerSpawn

TextDrawShowForPlayer(playerid, Stats);
Reply
#2

what is your problem?
Reply
#3

i don't get any warning/error but it just don't load
Reply
#4

add me in msn i help u pyrokar@libero.it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)