11.05.2010, 19:36
Hola
Como Puedo poner esto en TextDraws?

Aqui el Codigo:
Como Puedo poner esto en TextDraws?

Aqui el Codigo:
pawn Код:
if(PlayerToPoint(2.0, i, SBizzInfo[h][sbEntranceX], SBizzInfo[h][sbEntranceY], SBizzInfo[h][sbEntranceZ]))
{
if(SBizzInfo[h][sbOwned] == 1)
{
format(string, sizeof(string), "~w~%s~w~~n~Propietario: %s~n~Extortion by : %s~n~Entrada: ~g~$%d ~n~~g~/entrar ~w~para entrar",SBizzInfo[h][sbMessage],SBizzInfo[h][sbOwner],SBizzInfo[h][sbExtortion],SBizzInfo[h][sbEntranceCost]);
}
else
{
format(string, sizeof(string), "~w~%s~w~~n~Costo: ~g~$%d ~w~Nivel : %d ~n~~g~/comprarlocal~w~ para comprar",SBizzInfo[h][sbMessage],SBizzInfo[h][sbBuyPrice],SBizzInfo[h][sbLevelNeeded]);
}
GameTextForPlayer(i, string, 5000, 3);
return 1;
}
}


xD