- 0
Cerere Suport
-
Similar Content
-
- 2 answers
- 13.599 views
-
- 3 answers
- 1.379 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
B3stBoy
Problema intalnita (descriere):
Ero(area / rile) / warning-(ul / urile): Erroare
Chestia ieste, nu stiu cum sa-le asez, am incercat cu:
Poate stiti voi, sa-le aranjati intr-un fel... Gm la cum se vede, functioneaza pe mysql
Liniile de cod / sursa / script-ul(obligatoriu):
// ONPLAYERDISCONNECT public OnPlayerDisconnect(playerid, reason) { // PAYDAY SAVE if(gPlayerLogged[playerid] != 0) { OnPlayerDateUpdateX2(playerid); Update(playerid, pPayDayHadx); Update(playerid, pPayDayx); Update(playerid, pPayCheckx); Update(playerid, pFpunishx); Update(playerid, pConnectTimex); Update(playerid, pLawyerx); Update(playerid, pTowx); Update(playerid, pBank); Update(playerid, pCashx); Update(playerid, pRP); Update(playerid, pJailTimex); Update(playerid, pLevelx); } if(PlayerInfo[playerid][pMember] != 0) { new namex[25],disc[84]; GetPlayerName(playerid,namex,sizeof(namex)); switch(reason) { case 0: format(disc,sizeof(disc),"Your member %s left the server (Crash).",namex); case 1: format(disc,sizeof(disc),"Your member %s left the server (/q).",namex); case 2: format(disc,sizeof(disc),"Your member %s left the server (Kicked/Banned).",namex); } SendLeaderMessage(PlayerInfo[playerid][pMember], COLOR_YELLOW, disc); } // ------------------------------------------------>> AICI Este... <<--------------------// GetPlayerName(playerid,wakaname,25); format(qqerry, sizeof(qqerry), "UPDATE `users` SET `Status` = '0' WHERE `name` = '%s'", wakaname); mysql_query(SQL,qqerry);//-------------------------------------------------------------------------------------------------------------------------------------------------------//
Imagini / Video (optional):-
Ati incercat sa rezolvati singur?:
Da
Inchideti celalalt topic, nu mai am nevoie ca am rezolvat, Poate vreti sa-ma ajutati ca-le lasati balta daca am nevoie un pic de suport...
Edited by B3stBoy6 answers to this question
Recommended Posts