Something is wrong
#1

Need help at that script it tells me that
E:\Programme\Rockstar Games\GTA San Andreas normal1\samp server 3d\reds\gamemodes\bloodbanger.pwn(36) : error 010: invalid function or declaration
E:\Programme\Rockstar Games\GTA San Andreas normal1\samp server 3d\reds\gamemodes\bloodbanger.pwn(48 ) : error 010: invalid function or declaration
E:\Programme\Rockstar Games\GTA San Andreas normal1\samp server 3d\reds\gamemodes\bloodbanger.pwn(60) : error 010: invalid function or declaration

heres the code :
new SavePlayerPos[SLOTS][SpeedometerPosition];

forward SpeedometerUpdate();

line(36) MPH[i] = TextDrawCreate(445.000000, 397.000000,"");
TextDrawBackgroundColor(MPH[i], 255);
TextDrawFont(MPH[i], 1);
TextDrawLetterSize(MPH[i], 0.500000, 1.000000);
TextDrawColor(MPH[i], -1);
TextDrawSetOutline(MPH[i], 0);
TextDrawSetProportional(MPH[i], 1);
TextDrawSetShadow(MPH[i], 1);
TextDrawUseBox(MPH[i], 1);
TextDrawBoxColor(MPH[i], 252645200);
TextDrawTextSize(MPH[i], 661.000000, -33.000000);

line(48 ) Health[i] = TextDrawCreate(445.000000,415.000000,"");
TextDrawBackgroundColor(Health[i], 255);
TextDrawFont(Health[i], 1);
TextDrawLetterSize(Health[i], 0.500000, 1.000000);
TextDrawColor(Health[i], -1);
TextDrawSetOutline(Health[i], 0);
TextDrawSetProportional(Health[i], 1);
TextDrawSetShadow(Health[i], 1);
TextDrawUseBox(Health[i], 1);
TextDrawBoxColor(Health[i], 252645200);
TextDrawTextSize(Health[i], 661.000000, -33.000000);
}
line(60) return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)