20.04.2009, 22:43
I have no knowledge about MySql but I think that crash belongs to this line --->
because on my normal server i got many crashes because of "%s" and so on xD
...hope it helps you =)
Код:
//if(gGroups[groupid][gSQLId]) return 0; printf("Loading Group %d Permissions...",groupid); format(query, sizeof(query), "SELECT id,permissionid FROM groups_permissions WHERE groupid = %d",groupid); printf(" SQL: %s",query); samp_mysql_query(query); samp_mysql_store_result();
...hope it helps you =)