SA-MP Forums Archive
What to do in this situation? - 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: What to do in this situation? (/showthread.php?tid=438505)



What to do in this situation? - Lorenzosdm - 20.05.2013

What do i need to do in this situation when i get those errors and can't find them? because the errors below are not the real errors.

Код:
 : error 017: undefined symbol "ExistAccount"
 : error 017: undefined symbol "SavePlayer"
 : error 017: undefined symbol "LogPlayerOut"
 : error 035: argument type mismatch (argument 2)
 : error 017: undefined symbol "ShowPlayerLoginDialog"
 : error 017: undefined symbol "CheckPlayerPassword"
 : error 017: undefined symbol "ShowPlayerRegisterDialog"
 : error 017: undefined symbol "CreateAccount"
 : error 017: undefined symbol "ShowPlayerLoginDialog"
 : error 017: undefined symbol "ShowPlayerRegisterDialog"
 : error 001: expected token: ",", but found "-string-"
 : warning 215: expression has no effect
 : error 001: expected token: ";", but found ")"
 : error 029: invalid expression, assumed zero
 : fatal error 107: too many error messages on one line
Thanks for help


Re: What to do in this situation? - Scenario - 20.05.2013

You're probably missing some braces.


Re: What to do in this situation? - Lorenzosdm - 20.05.2013

You saved my script thanks!