Jump to content

Problema gamemode: salvare puncte ROB.


rpg

Recommended Posts

Salut!Ma numesc Raphael si am o problema  legata de un gamemode pe mySQL,asem bugged.Problema este descisa mai jos:

Problema intalnita (descriere):La fiecare PAYDAY trebuia sa se adune cate un punct de ROB.Eh..uite ca nu se aduna... .
Ero(area / rile) / warning-(ul / urile): Nu am.
Liniile de cod / sursa / script-ul(obligatoriu):E de unde cred eu ca incepe... http://pastebin.com/QFhnG0MF
Imagini / Video (optional): -
Ati incercat sa rezolvati singur?: Nu.Doar m-am uitat prin baza de date -> users si am vazuc ca coloana "Rob" exista si cand mi-am setat manual punctele a mers sistemul(altfel aveam vreo 9 ore jucate si 0 puncte ROB... )

Ma puteti ajuta?App,daca script-ul prezentat mai sus nu-i corect..imi puteti zice ce sa caut ca sa gasesc sistemul de payday?

Multumesc anticipat,

rpg

Edited by rpg

giphy.gif.418e22646746f7065f229917bd9fae15.gif

Link to comment
Share on other sites

Acum 3 ore, rpg a spus:

Careva?

Vezi ca la payday să ai:

PlayerData[pRobPoints] += 1; //sau cum ai tu variabilele.

si pui

mysql_format(handle, query, sizeof(query),"UPDATE `users` SET `RobPoints`='%d' WHERE `Name`='%e' ", PlayerData[pRobPoints], GetName(i));

mysql_pquery(handle, query, "", "");

//Acesta este un exemplu îl adaptezi la scriptul tău.

GetName este un stock care se folosește de GetPlayerName si returnează numele playerului în funcție de id ul acestuia..

**********************************

Servicii Scripting de calitate:

*********************************

Future Project: ExpertGame

*********************************

Link to comment
Share on other sites

18 hours ago, DaEdRiC-FoX said:

Vezi ca la payday să ai:

PlayerData[pRobPoints] += 1; //sau cum ai tu variabilele.

si pui

mysql_format(handle, query, sizeof(query),"UPDATE `users` SET `RobPoints`='%d' WHERE `Name`='%e' ", PlayerData[pRobPoints], GetName(i));

mysql_pquery(handle, query, "", "");

//Acesta este un exemplu îl adaptezi la scriptul tău.

GetName este un stock care se folosește de GetPlayerName si returnează numele playerului în funcție de id ul acestuia..

Nu am putut gasii ce ai scris tu(chiad daca am modificat variablila cu pRob ,asa cum este pe gm-ul meu).M-ai putea ajuta prin skype cumva?Ti-as da si gm-ul(.pwn) sa te uiti la el ce are...

giphy.gif.418e22646746f7065f229917bd9fae15.gif

Link to comment
Share on other sites

Acum 2 ore, rpg a spus:

Nu am putut gasii ce ai scris tu(chiad daca am modificat variablila cu pRob ,asa cum este pe gm-ul meu).M-ai putea ajuta prin skype cumva?Ti-as da si gm-ul(.pwn) sa te uiti la el ce are...

Momentan nu am la dispoziție un pc, pune pwn pe paste bine si trimite.mi in privat.

**********************************

Servicii Scripting de calitate:

*********************************

Future Project: ExpertGame

*********************************

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

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.