SA-MP Forums Archive
error 001: expected token: ";", but found "(" - 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: error 001: expected token: ";", but found "(" (/showthread.php?tid=483972)



error 001: expected token: ";", but found "(" - ponagandlamanoj - 28.12.2013

error 001: expected token: ";", but found "(" is my error

Код:
new udb_UserSetInt(PlayerName(playerid),"password_hash",udb_hash(inputtext));



Re: error 001: expected token: ";", but found "(" - rakshith122 - 28.12.2013

Make that as
pawn Код:
new udb_UserSetInt;(PlayerName(playerid),"password_hash",udb_hash(inputtext));



Re: error 001: expected token: ";", but found "(" - ponagandlamanoj - 28.12.2013

Thank you bro.. it worked..