14.04.2011, 17:17
(
Последний раз редактировалось johannetje2; 14.04.2011 в 17:50.
)
What to do with this:
It won't work! << Sorry, i'm new with this
Код:
public OnMysqlQuery(resultid, spareid, MySQL:handle) { switch (resultid) { case MYSQL_RESULT_LOGIN: { // process login with spareid as playerid SendClientMessage(spareid, COLOR_GREEN, "Succesfully logged in with MySQL!"); } case MYSQL_RESULT_REGISTER: { // process register with spareid as playerid } } return 1; }