undefined symbol error help
#1

pawn Код:
C:\Users\ADMINI~1\AppData\Local\Temp\Rar$DI71.144\usfMain.pwn(620) : error 017: undefined symbol "EnableStuntBonXGGorAll"
C:\Users\ADMINI~1\AppData\Local\Temp\Rar$DI71.144\usfMain.pwn(3770) : warning 217: loose indentation
C:\Users\ADMINI~1\AppData\Local\Temp\Rar$DI71.144\usfMain.pwn(4691) : error 017: undefined symbol "EnableStuntBonXGGorAll"
C:\Users\ADMINI~1\AppData\Local\Temp\Rar$DI71.144\usfMain.pwn(4698) : error 017: undefined symbol "EnableStuntBonXGGorAll"
C:\Users\ADMINI~1\AppData\Local\Temp\Rar$DI71.144\usfMain.pwn(4716) : warning 217: loose indentation
C:\Users\ADMINI~1\AppData\Local\Temp\Rar$DI71.144\usfMain.pwn(4717) : warning 217: loose indentation
C:\Users\ADMINI~1\AppData\Local\Temp\Rar$DI71.144\usfMain.pwn(5275) : warning 217: loose indentation
C:\Users\ADMINI~1\AppData\Local\Temp\Rar$DI71.144\usfMain.pwn(5276) : warning 217: loose indentation
C:\Users\ADMINI~1\AppData\Local\Temp\Rar$DI71.144\usfMain.pwn(5277) : warning 217: loose indentation
C:\Users\ADMINI~1\AppData\Local\Temp\Rar$DI71.144\usfMain.pwn(5280) : error 021: symbol already defined: "SendClientMessage"
C:\Users\ADMINI~1\AppData\Local\Temp\Rar$DI71.144\usfMain.pwn(5281) : error 010: invalid function or declaration
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


5 Errors.


Error Line

pawn Код:
EnableStuntBonXGGorAll(varStuntBonus);
Help
+rep
Reply
#2

What are trying to do with that code?

It's supposed to be the following one if you want to disable stunt bonus
pawn Код:
EnableStuntBonusForAll(0);
Or
pawn Код:
EnableStuntBonusForAll(1);
To enable
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)