Posts: 357
Threads: 6
Joined: Feb 2018
Error: Expected token: "-string end-", but found "-identifier-"
Error Line
new DB: Database;
How can I fix this?
Posts: 357
Threads: 6
Joined: Feb 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];
Posts: 12
Threads: 0
Joined: Feb 2018
Try this
Code:
new DB[MAX_PLAYERS][Database];
Posts: 1,349
Threads: 194
Joined: Jan 2014
Reputation:
0
Mind if you show the definition of DB?