DLNirzorMWB.pwn(984) : warning 225: unreachable code
#4

Starting from line 975

Код:
    //Fuel System
    td_fuel[playerid] = TextDrawCreate(45,324,"Fuel: 100"); //create the textdraw at position
    TextDrawBackgroundColor(td_fuel[playerid],COLOR_GREEN); //setting an nice backgroundcolor
    TextDrawFont(td_fuel[playerid],3); //font type of textdraw
    TextDrawLetterSize(td_fuel[playerid],0.699999,1.700000); //size...
    TextDrawColor(td_fuel[playerid],0x000000ff); //color
    TextDrawSetShadow(td_fuel[playerid],3); //dropping the shadow

    return 1;           /// HERES YOUR PROBLEM - any code past this point will be ignored until you remove this return

    //Digital Clock
    IsPlayerSpawned[playerid] = 1;
Reply


Messages In This Thread
DLNirzorMWB.pwn(984) : warning 225: unreachable code - by NviDa - 14.08.2015, 16:58
Re: DLNirzorMWB.pwn(984) : warning 225: unreachable code - by NviDa - 14.08.2015, 17:35
Re: DLNirzorMWB.pwn(984) : warning 225: unreachable code - by Sawalha - 14.08.2015, 17:36
Re: DLNirzorMWB.pwn(984) : warning 225: unreachable code - by HarrisonC - 14.08.2015, 17:37

Forum Jump:


Users browsing this thread: 1 Guest(s)