Help Please
#1

How to get left the numbers of Exp Sistem ?

That is Script

Код HTML:
exp[playerid] = TextDrawCreate(588.000000, 105.000000, "_");
	TextDrawBackgroundColor(exp[playerid], 255);
	TextDrawFont(exp[playerid], 1);
	TextDrawLetterSize(exp[playerid], 1.049998, 0.699997);
	TextDrawColor(exp[playerid], -1);
	TextDrawSetOutline(exp[playerid], 0);
	TextDrawSetProportional(exp[playerid], 1);
	TextDrawSetShadow(exp[playerid], 1);
	TextDrawUseBox(exp[playerid], 1);
	TextDrawBoxColor(exp[playerid], 0x00000033);
	TextDrawTextSize(exp[playerid], 496.000000, 16.000000);
Picture:

http://i.imgur.com/73He1.png
Reply
#2

did'nt get you ?
Reply
#3

I don't understand, which text do you want to know the location of?
Reply
#4

How to set position on text ?
Reply
#5

Bump !
Reply
#6

Bump ! Please Help me how to set position on text ? I set this TextDrawTextSize(exp[playerid], 496.000000, 16.000000); to 500.000000 , 16.000000 and box going very big and go right please help me !
Reply
#7

Lol we dont get you ... You want to set player position in this textdraw. Cant lol becouse it's not an comands you'r just creating an textdraw : If not so let me know your question clearly :
Reply
#8

http://bsndesign.webs.com/tde.htm
Reply
#9

pawn Код:
new text:exp;

public OnGameModeInit
{
  exp= TextDrawCreate(588.000000, 105.000000, "_");
    TextDrawBackgroundColor(exp[playerid], 255);
    TextDrawFont(exp, 1);
    TextDrawLetterSize(exp, 1.049998, 0.699997);
    TextDrawColor(exp, -1);
    TextDrawSetOutline(exp, 0);
    TextDrawSetProportional(exp, 1);
    TextDrawSetShadow(exp, 1);
    TextDrawUseBox(exp, 1);
    TextDrawBoxColor(exp, 0x00000033);
    TextDrawTextSize(exp, 496.000000, 16.000000);
              return 1;
}
public OnPlayerConnect
{
    TextDrawShowForPlayer([playerid], exp);
}
Reply
#10

Quote:
Originally Posted by мυ∂υℓ_вacнα
Посмотреть сообщение
pawn Код:
new text:exp;

public OnGameModeInit
{
  exp= TextDrawCreate(588.000000, 105.000000, "_");
    TextDrawBackgroundColor(exp[playerid], 255);
    TextDrawFont(exp, 1);
    TextDrawLetterSize(exp, 1.049998, 0.699997);
    TextDrawColor(exp, -1);
    TextDrawSetOutline(exp, 0);
    TextDrawSetProportional(exp, 1);
    TextDrawSetShadow(exp, 1);
    TextDrawUseBox(exp, 1);
    TextDrawBoxColor(exp, 0x00000033);
    TextDrawTextSize(exp, 496.000000, 16.000000);
              return 1;
}
public OnPlayerConnect
{
    TextDrawShowForPlayer(playerid, exp);
}
error 035: argument type mismatch (argument 2)

pawn Код:
TextDrawShowForPlayer(playerid, exp);
<---- This is eror
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)