Ovo u OnGameModeInit stavim
Textdraw0 = TextDrawCreate(1.000000,431.000000,"Bosnian RolePlay SAMP");
TextDrawAlignment(Textdraw0,0);
TextDrawBackgroundColor(Textdraw0,0x000000ff);
TextDrawFont(Textdraw0,3);
TextDrawLetterSize(Textdraw0,0.599999,1.500000);
TextDrawColor(Textdraw0,0xffff0066);
TextDrawSetProportional(Textdraw0,1);
TextDrawSetShadow(Textdraw0,1);
ovo stavim pod
new
new Text:Textdraw0;
i nece sada da mi prikaze text ingame
Moras imati nesto od ovoga kako bi se textdraw prikazao nekom igracu.
TextDrawShowForPlayer (http://wiki.sa-mp.com/wiki/TextDrawShowForPlayer)
TextDrawShowForAll (http://wiki.sa-mp.com/wiki/TextDrawShowForAll)
Nades u gamemodu public OnPlayerConnect(playerid)
i ispod { ubacis TextDrawShowForAll(Text:Textdraw0);
Skuzio davnoooo lock xD