26.02.2016, 16:38
If you defined this playertext like this
#define playertext Accounts or something like this, you need to modifi with this character before name like this
#define playertext Accounts or something like this, you need to modifi with this character before name like this
PHP код:
"#playertext"
format(pQuery, sizeof(pQuery), "INSERT INTO "#playertext"(Username, Time, Text) VALUES('%s', NOW(), '%s')", pname, text);