SA-MP Forums Archive
i have problem again @@ - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: i have problem again @@ (/showthread.php?tid=616902)



i have problem again @@ - thienle7090 - 12.09.2016

I trust edit some command and when i F5 bummmmmmm:
Код:
./includes/NGGv5.1.pwn(5621) : error 017: undefined symbol "GivePlayerCash"
./includes/NGGv5.1.pwn(6818) : error 017: undefined symbol "GivePlayerCash"
./includes/NGGv5.1.pwn(7258) : error 017: undefined symbol "GivePlayerCash"
./includes/NGGv5.1.pwn(9341) : error 017: undefined symbol "GivePlayerCash"
./includes/NGGv5.1.pwn(9687) : error 017: undefined symbol "GivePlayerCash"
./includes/NGGv5.1.pwn(9734) : error 017: undefined symbol "GivePlayerCash"
./includes/NGGv5.1.pwn(9758) : error 017: undefined symbol "GivePlayerCash"
./includes/NGGv5.1.pwn(9785) : error 017: undefined symbol "GivePlayerCash"
./includes/NGGv5.1.pwn(12055) : error 017: undefined symbol "GivePlayerCash"
./includes/NGGv5.1.pwn(12056) : error 017: undefined symbol "GivePlayerCash"
./includes/NGGv5.1.pwn(13163) : error 017: undefined symbol "GivePlayerCash"
./includes/NGGv5.1.pwn(13185) : error 017: undefined symbol "GivePlayerCash"
./includes/NGGv5.1.pwn(13460) : error 017: undefined symbol "GivePlayerCash"
./includes/NGGv5.1.pwn(14157) : error 017: undefined symbol "GivePlayerCash"
./includes/NGGv5.1.pwn(18047) : error 017: undefined symbol "GivePlayerCash"
./includes/NGGv5.1.pwn(18080) : error 017: undefined symbol "GivePlayerCash"
./includes/NGGv5.1.pwn(18113) : error 017: undefined symbol "GivePlayerCash"
./includes/NGGv5.1.pwn(18146) : error 017: undefined symbol "GivePlayerCash"
./includes/NGGv5.1.pwn(18179) : error 017: undefined symbol "GivePlayerCash"
./includes/NGGv5.1.pwn(18211) : error 017: undefined symbol "GivePlayerCash"
./includes/NGGv5.1.pwn(18243) : error 017: undefined symbol "GivePlayerCash"
./includes/NGGv5.1.pwn(18277) : error 017: undefined symbol "GivePlayerCash"
./includes/NGGv5.1.pwn(18343) : error 017: undefined symbol "GivePlayerCash"
./includes/NGGv5.1.pwn(18431) : error 017: undefined symbol "GivePlayerCash"
./includes/NGGv5.1.pwn(20977) : error 017: undefined symbol "GivePlayerCash"
./includes/NGGv5.1.pwn(22287) : error 017: undefined symbol "GivePlayerCash"
I swear I did not touch other things outside the edit command


Re: i have problem again @@ - FreAkeD - 12.09.2016

https://sampwiki.blast.hk/wiki/Undefined_symbol


Re: i have problem again @@ - thienle7090 - 12.09.2016

Quote:
Originally Posted by FreAkeD
Посмотреть сообщение
i have check those error line and it's should be have error


Re: i have problem again @@ - JFF - 12.09.2016

Is GivePlayerCash function is in your code?


Re: i have problem again @@ - FreAkeD - 12.09.2016

GivePlayerCash isn't a valid function, so the compiler will say it's not in your script. Again, make sure the function is in your script to avoid this error.


Re: i have problem again @@ - AjaxM - 12.09.2016

GivePlayerCash is not a valid function! GivePlayerCash is not in your script (as Freaked said) or you didn't use the correct function which is GivePlayerMoney. (SA:MP Wiki - GivePlayerMoney)


Re: i have problem again @@ - thienle7090 - 12.09.2016

but here I did not do anything else to the giveplayermoney and why it's all so much error


Re: i have problem again @@ - AjaxM - 12.09.2016

Quote:
Originally Posted by thienle7090
Посмотреть сообщение
but here I did not do anything else to the giveplayermoney and why it's all so much error
You are then missing the "GivePlayerCash" function.


Re: i have problem again @@ - thienle7090 - 12.09.2016

Quote:
Originally Posted by AjaxM
Посмотреть сообщение
You are then missing the "GivePlayerCash" function.
-_- but i told that i I did not touch anything , then why is it error


Re: i have problem again @@ - AjaxM - 12.09.2016

Give us 1 command you edited and where there is an error.