Jump to content

[REZOLVAT] clan


SebiXXX
 Share

Recommended Posts

  • Username: Sebi
  • Problema întălnită: cand iau un clan din shop si dau /c zice ca nu sunt intr un clan
  • Detalii despre problemă: nu se creeaza clanu cred
  • Ce ai încercat să faci înainte să postezi?: sa verific chooseclanname si alea
  • Cod sursă (recomandat pastebin.com) : https://pastebin.com/VKFcGJ3G
  • Alte detalii: oare trebuie sa fac INSERT INTO?
  •  
Link to comment
Share on other sites

Acum 9 minute, SebiXXX a spus:

da si tu model ca nu prea stiu mysql

e gm bigzone cu aceleasi functii etc

mysql_format(SQL, string, sizeof(string), "UPDATE clans SET `clanName`='%s' WHERE `clanID`='%d'", clanname, PlayerInfo[playerid][pClan]);

To

mysql_format(SQL, query, sizeof(query), "INSERT INTO `clans` (`clanName`, `clanID`) VALUES ('%e', '%e')", inputtext, PlayerInfo[playerid][pClan]);

Și updatează și baza de date la user când se creează clanul.

Ex :

format(query, sizeof(query), "UPDATE `users` SET `Clan`='%d', `ClanRank`='%d' WHERE `Name`='%s'", PlayerInfo[playerid][pClan], PlayerInfo[playerid][pClanRank], PlayerInfo[playerid][pUsername]);

 

Edited by Pompiliu2
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...