Server Crash with Textdraw
#1

pawn Код:
speedo[playerid] = TextDrawCreate(241,428,"Speed: 0/kmh"); //create the textdraw at position
    TextDrawFont(speedo[playerid],3); //font type of textdraw
    TextDrawLetterSize(speedo[playerid],0.699999,1.700000); //size...
    TextDrawColor(speedo[playerid],COLOR_GREY); //color
    TextDrawSetShadow(speedo[playerid],3); //dropping the shadow
    SetTimerEx("Speed", 1000, true, "isf");
    TextDrawShowForPlayer(playerid,speedo[playerid]);
When i comment it out , everything works.When its on, the server crashes when i enter a vehicle.
Reply


Messages In This Thread
Server Crash with Textdraw - by Criss_Angel - 23.02.2011, 13:10
Re: Server Crash with Textdraw - by Criss_Angel - 23.02.2011, 13:17

Forum Jump:


Users browsing this thread: 1 Guest(s)