27.10.2013, 07:20
Quote:
Seriusly?
Where is the rest of the code? Show the lines... Not some part'swe ain't magic makers.. |
Код:
Dw3 = TextDrawCreate(381.5 ,441 , "Devils World Gaming 0.3x"); TextDrawFont(Dw3 , 1); TextDrawLetterSize(Dw3 , 0.5, 3.5); TextDrawColor(Dw3 , 0x03d4dbFF); TextDrawSetOutline(Dw3 , false); TextDrawSetProportional(Dw3 , true); TextDrawSetShadow(Dw3 , 2.5); Dw4 = TextDrawCreate(354 ,446 , ">>"); TextDrawFont(Dw4 , 1); TextDrawLetterSize(Dw4 , 0.6, 4.2); TextDrawColor(Dw4 , 0x1100ffFF); TextDrawSetOutline(Dw4 , false); TextDrawSetProportional(Dw4 , true); TextDrawSetShadow(Dw4 , 2.5); Dw5 = TextDrawCreate(608 ,445 , "<<"); TextDrawFont(Dw5 , 1); TextDrawLetterSize(Dw5 , 0.5, 3.5); TextDrawColor(Dw5 , 0x1100ffFF); TextDrawSetOutline(Dw5 , false); TextDrawSetProportional(Dw5 , true); TextDrawSetShadow(Dw5 , 2.5);