Quote:
Originally Posted by Joe Staff
Code:
stock ApagarPlayerClan(playerid)
{
new Query[100];
format(Query, sizeof(Query), "DELETE FROM `ServerClan` WHERE `clanNome` = %s", GetPClan(playerid));
db_query(gAccounts, Query);
}
|
I tried it, nothing happens
the row still there and the data has not been deleted