Please Help me
#1

Error: Expected token: "-string end-", but found "-identifier-"

Error Line
new DB: Database;



How can I fix this?
Reply
#2

// 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];
Reply
#3

Try this


Code:
new DB[MAX_PLAYERS][Database];
Reply
#4

Mind if you show the definition of DB?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)