11.07.2013, 10:49
Here is my code
When i enter the server it crashes. How can I fix this?
Thanks in advance!
pawn Код:
title=TextDrawCreate(420,134,"sth");
TextDrawAlignment(title, 2);
TextDrawColor(title,0xFFCC66FF);
TextDrawSetOutline(title, 1);
TextDrawFont(title, 0);
TextDrawLetterSize(title, 1, 1);
box=TextDrawCreate(414,120,"~n~n~");
TextDrawBoxColor(box,0x000000AA);
TextDrawUseBox(box, 1);
cmds=TextDrawCreate(460,174,"{375FFF}/cmds {FFFFFF}- FOR COMMANDS");
TextDrawAlignment(cmds, 2);
TextDrawSetOutline(cmds, 1);
TextDrawFont(cmds, 2);
TextDrawLetterSize(cmds, 0.7, 0.7);
Thanks in advance!