27.04.2009, 18:40
Hi All!
I have a big problem what i can't resolve. I have Mabako's location script and i want to change the gametext into textdraw.
Here is the codes:
Top:
Create TextDraw:
But it not gives error just not working
.
Complete location script:
http://pastebin.com/f6c29b2c6
Please help me!
I have a big problem what i can't resolve. I have Mabako's location script and i want to change the gametext into textdraw.
Here is the codes:
Top:
pawn Код:
new Text:location[MAX_PLAYERS];
pawn Код:
for(new i=0; i<MAX_PLAYERS_; i++)
{
if(IsPlayerConnected(i))
{
//locationtd
new string[256];
format(string,sizeof(string),"p%dzone",zones[j][zone_name],zones[player_zone_before][zone_name]);
location[i] = TextDrawCreate(14.000000,431.000000,string);
TextDrawAlignment(location[i],0);
TextDrawBackgroundColor(location[i],0x000000ff);
TextDrawFont(location[i],2);
TextDrawLetterSize(location[i],0.299999,1.000000);
TextDrawColor(location[i],0xffffffff);
TextDrawSetOutline(location[i],1);
TextDrawSetProportional(location[i],1);
TextDrawSetShadow(location[i],1);
//====

Complete location script:
http://pastebin.com/f6c29b2c6
Please help me!
