01.06.2014, 18:16
wow thanks that helped a lot Eth
but then i got an other error i don't know what it was but anyway it had something with what IstuntmanI said
Thanks IstuntmanI For that fix !
Quote:
dude at the top of the script not ongamemode init: oh my bad, delete the : after new so it will be : pawn Code: new Text:Help-titel; instead of : pawn Code: new:Text:Help-titel; now ongamemodeinit: pawn Code: Help-titel = TextDrawCreate(500, 130, "Help"); // line 3466 TextDrawLetterSize(Text:Help-titel, 0, 0); // line 3467 TextDrawTextSize(Text:Help-titel, 0, 0); // line 3468 TextDrawAlignment(Text:Help-titel, 0); TextDrawColor(Text:Help-titel, 48042); TextDrawUseBox(Text:Help-titel, 1); TextDrawSetShadow(Text:Help-titel, 0); TextDrawBoxColor(Text:Help-titel, -1347440726); TextDrawSetOutline(Text:Help-titel, 0); TextDrawBackgroundColor(Text:Help-titel, 170); TextDrawFont(Text:Help-titel, 1); TextDrawSetProportional(Text:Help-titel, 1); |
Quote:
And change "Help-titel" with "Help_titel". You can't create variables with that character. |