11.05.2012, 10:38
Helo0 samp user's how r u ?...i have an problem that i have
and i use it for textdarw but i got following errors
Can some one please help me ? I whould realy appriciated !
full CODe
pawn Код:
new Text:Capstext;
new Text:Wtext;
new Text:cartext;
new Text:tcartext;
new Text:fliptext;
new Text:sptext;
new Text:jumptext;
new Text:vtext;
Код:
../ServerStocks/Functions.pwn(1873) : warning 217: loose indentation ../ServerStocks/Functions.pwn(1882) : warning 217: loose indentation Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Warnings.
full CODe
pawn Код:
new Text:Capstext;
new Text:Wtext;
new Text:cartext;
new Text:tcartext;
new Text:fliptext;
new Text:sptext;
new Text:jumptext;
new Text:vtext;
Wtext = TextDrawCreate(478.000000, 312.000000, "/teles= Teleports");
TextDrawBackgroundColor(Wtext, 255);
TextDrawFont(Wtext, 3);
TextDrawLetterSize(Wtext, 0.509998, 1.700000);
TextDrawColor(Wtext, 16711935);
TextDrawSetOutline(Wtext, 0);
TextDrawSetProportional(Wtext, 1);
TextDrawSetShadow(Wtext, 1);
cartext = TextDrawCreate(484.000000, 296.000000, "/car= Quick Car");
TextDrawBackgroundColor(cartext, 255);
TextDrawFont(cartext, 3);
TextDrawLetterSize(cartext, 0.500000, 1.700000);
TextDrawColor(cartext, 65535);
TextDrawSetOutline(cartext, 0);
TextDrawSetProportional(cartext, 1);
TextDrawSetShadow(cartext, 1);
tcartext = TextDrawCreate(449.000000, 282.000000, "/credits= server reator");
TextDrawBackgroundColor(tcartext, 255);
TextDrawFont(tcartext, 3);
TextDrawLetterSize(tcartext, 0.500000, 1.600000);
TextDrawColor(tcartext, -16776961);
TextDrawSetOutline(tcartext, 0);
TextDrawSetProportional(tcartext, 1);
TextDrawSetShadow(tcartext, 1);
fliptext = TextDrawCreate(479.000000, 267.000000, "type /flip to flip");
TextDrawBackgroundColor(fliptext, 255);
TextDrawFont(fliptext, 3);
TextDrawLetterSize(fliptext, 0.500000, 1.700000);
TextDrawColor(fliptext, -65281);
TextDrawSetOutline(fliptext, 0);
TextDrawSetProportional(fliptext, 1);
TextDrawSetShadow(fliptext, 1);
Capstext = TextDrawCreate(450.000000, 252.000000, "/commands = for commands");
TextDrawBackgroundColor(Capstext, 255);
TextDrawFont(Capstext, 3);
TextDrawLetterSize(Capstext, 0.500000, 1.700000);
TextDrawColor(Capstext, 16711935);
TextDrawSetOutline(Capstext, 0);
TextDrawSetProportional(Capstext, 1);
TextDrawSetShadow(Capstext, 1);
sptext = TextDrawCreate(482.000000, 238.000000, "LMB= SpeedBoost");
TextDrawBackgroundColor(sptext, 255);
TextDrawFont(sptext, 3);
TextDrawLetterSize(sptext, 0.500000, 1.700000);
TextDrawColor(sptext, 65535);
TextDrawSetOutline(sptext, 0);
TextDrawSetProportional(sptext, 1);
TextDrawSetShadow(sptext, 1);
jumptext = TextDrawCreate(446.000000, 223.000000, "+ or 2= Jump Vehicle");
TextDrawBackgroundColor(jumptext, 255);
TextDrawFont(jumptext, 3);
TextDrawLetterSize(jumptext, 0.500000, 1.800000);
TextDrawColor(jumptext, -16776961);
TextDrawSetOutline(jumptext, 0);
TextDrawSetProportional(jumptext, 1);
TextDrawSetShadow(jumptext, 1);
vtext = TextDrawCreate(482.000000, 208.000000, "/v= Vehicle Menu");
TextDrawBackgroundColor(vtext, 255);
TextDrawFont(vtext, 3);
TextDrawLetterSize(vtext, 0.500000, 1.800000);
TextDrawColor(vtext, 16711935);
TextDrawSetOutline(vtext, 0);
TextDrawSetProportional(vtext, 1);
TextDrawSetShadow(vtext, 1);
return 1;
}