14.08.2015, 16:58
I'm getting this error ,when I try to compile Nirzor's gm script.
http://pastebin.com/T0u1ZMce
http://pastebin.com/T0u1ZMce
//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;