Makaboys (Zones TextDraw?!) Script
#4

search for TextDrawCreate() function, the first and second parameter are X and Y.

pawn Код:
new Text:someText;
 
public OnGameModeInit()
{
    someText = TextDrawCreate(240.0,580.0,"This is a TD");
    return 1;
}
Reply


Messages In This Thread
Makaboys (Zones TextDraw?!) Script - by NoZ - 29.02.2012, 06:32
Re: Makaboys (Zones TextDraw?!) Script - by [Diablo] - 29.02.2012, 06:36
Re: Makaboys (Zones TextDraw?!) Script - by NoZ - 29.02.2012, 06:44
Re: Makaboys (Zones TextDraw?!) Script - by [Diablo] - 29.02.2012, 06:47
Re: Makaboys (Zones TextDraw?!) Script - by NoZ - 29.02.2012, 06:52
Re: Makaboys (Zones TextDraw?!) Script - by Ballu Miaa - 29.02.2012, 09:20

Forum Jump:


Users browsing this thread: 1 Guest(s)