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

I'm getting this error ,when I try to compile Nirzor's gm script.
http://pastebin.com/T0u1ZMce
Reply
#2

up,...
Reply
#3

just show the error line, not all the gm
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)