Quote:
Originally Posted by napo_p2p
It looks like there's an error in one of your queries (you forgot the single quotes). Try this:
PHP Code:
requestsql("INSERT INTO test VALUES ('" @ p.account @ "'," @ p.id @ ")", false);
|
Output:
NPC Code:
Accounts in database: 0
Although, not sure since it could have been Stefan's suggestion that broke it ;o