4 errors.
#1

Код:
C:\Users\Acer\Desktop\All files\My Project\gamemodes\RP.pwn(19) : error 017: undefined symbol "INVALID_BAR_ID"
C:\Users\Acer\Desktop\All files\My Project\gamemodes\RP.pwn(188) : error 017: undefined symbol "GetProgressBarValue"
C:\Users\Acer\Desktop\All files\My Project\gamemodes\RP.pwn(192) : error 017: undefined symbol "GetProgressBarValue"
C:\Users\Acer\Desktop\All files\My Project\gamemodes\RP.pwn(194) : error 017: undefined symbol "SetProgressBarValue"
C:\Users\Acer\Desktop\All files\My Project\gamemodes\RP.pwn(196) : error 017: undefined symbol "GetProgressBarValue"
I'm using the progress bar system.. Any idea ? I'm using the latest progress bar include.
Reply
#2

Have this added in your script?: #include <progress>
Have you placed progress.inc into your /includes/ folder?

If both yes:
Close pawno, and open it from: C:\Users\Acer\Desktop\All files\My Project\pawno\pawno.exe again.
Reply
#3

Didn't worked.
Reply
#4

Quote:
Originally Posted by Benzke
Посмотреть сообщение
Didn't worked.
Ah, I checked the topic. The functions changed.

Change:
INVALID_BAR_ID => INVALID_PLAYER_BAR_ID
GetProgressBarValue => GetPlayerProgressBarValue
SetProgressBarValue => SetPlayerProgressBarValue

You can find the functions here: http://forum.sa-mp.com/showpost.php?...48&postcount=1
Reply
#5

Darn it, Now I'm getting even more warnings like Number of Arguments does not match definition and Tag Mismatch, any ideas ?
Reply
#6

Quote:
Originally Posted by Benzke
Посмотреть сообщение
Darn it, Now I'm getting even more warnings like Number of Arguments does not match definition and Tag Mismatch, any ideas ?
Care to share your code? ^^
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)