26.04.2014, 20:39
Hi!
I recently downloaded this: https://sampforum.blast.hk/showthread.php?tid=113443
How can I create a bar that moves with a specific time?, I'm not sure enough.
Just know that I need a timer though.
And also when I tested this:
I got these errors:
Thanks!.
Edit: And yeah I used #include <MyInClude> .
I recently downloaded this: https://sampforum.blast.hk/showthread.php?tid=113443
How can I create a bar that moves with a specific time?, I'm not sure enough.
Just know that I need a timer though.
And also when I tested this:
pawn Код:
new Bar:test1 = CreateProgressBar(50.0, 300.0, _, _, 0xFF0000FF, 100.0);
SetProgressBarValue(test1, 50.0);
Код:
D:\Davids\Scripting\Server Las Venturas\LV.pwn(1870) : error 017: undefined symbol "CreateProgressBar" D:\Davids\Scripting\Server Las Venturas\LV.pwn(1870) : warning 213: tag mismatch D:\Davids\Scripting\Server Las Venturas\LV.pwn(1871) : error 017: undefined symbol "SetProgressBarValue" D:\Davids\Scripting\Server Las Venturas\LV.pwn(1870) : warning 204: symbol is assigned a value that is never used: "test1" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.
Edit: And yeah I used #include <MyInClude> .