Please Help me - 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: Please Help me (
/showthread.php?tid=650662)
Please Help me -
UFF - 04.03.2018
Error: Expected token: "-string end-", but found "-identifier-"
Error Line
new DB: Database;
How can I fix this?
Re: Please Help me -
UFF - 04.03.2018
// above
new pToys[MAX_PLAYERS][6][e_toy_data];
new toySelected[MAX_PLAYERS];
new DB: Database;
// below
new bool:BoughtVehicle[MAX_PLAYERS],
PlayerVehicle[MAX_PLAYERS],
pVehicle[MAX_PLAYERS];
Re: Please Help me -
KaRToNiToS - 04.03.2018
Try this
Code:
new DB[MAX_PLAYERS][Database];
Re: Please Help me -
AroseKhanNiazi - 04.03.2018
Mind if you show the definition of DB?