Jump to content

Problema System Roll


wNekiRo

Recommended Posts

Salut!
Am incercat si eu sa fac un sistem de roll dupa tutorialul lui Edison dar la compilare am dat de patru erori,nu stiu de ce,ma puteti ajuta?

Daca ma trimiteti la linia "460" am fost deja si nu e nimic acolo despre acest sistem.

Tutorial Edison> 

 

image.thumb.png.0b79a35d065ff827f487dcee9fcb1b91.png

Link to comment
Share on other sites

Acum 53 minute, Dani3l.FTW a spus:

Da-ne linea 460 din include-ul systems.inc

pawno -> include

Ce date sa-ti dea ma? =)) treci acasa si lasa scamu

nu a dat scam,recomand pe tip,chiar a incercat sa ma ajute :)

Link to comment
Share on other sites

Acum 28 minute, MyhayADV a spus:

In folderul include ai o fila numita systems.inc da--ne linia respectiva si iti spunem rezolvarea.

imediat,dmn ajuta sa reusesc

EDIT: ma gandeam eu ca de acolo dar am zis ca caut degeaba

Edited by wNekiRo
Link to comment
Share on other sites

Acum 29 minute, MyhayADV a spus:

In folderul include ai o fila numita systems.inc da--ne linia respectiva si iti spunem rezolvarea.

Uite Linia>             case pRollPointsx: {
                format(var, sizeof(var), "UPDATE `users` SET `RollPoints`='%d' WHERE `ID`='%d'",PlayerInfo[playerid]pRollPoints], PlayerInfo[playerid][pSQLID]);
                mysql_query(SQL, var);            
            }

Link to comment
Share on other sites

Acum 55 minute, Dani3l.FTW a spus:

Da-ne linea 460 din include-ul systems.inc

pawno -> include

Ce date sa-ti dea ma? =)) treci acasa si lasa scamu

            case pRollPointsx: {
                format(var, sizeof(var), "UPDATE `users` SET `RollPoints`='%d' WHERE `ID`='%d'",PlayerInfo[playerid]pRollPoints], PlayerInfo[playerid][pSQLID]);
                mysql_query(SQL, var);            
            }

Link to comment
Share on other sites

baga

case pRollPointsx: {
                format(var, sizeof(var), "UPDATE `users` SET `RollPoints`='%d' WHERE `ID`='%d'",PlayerInfo[playerid][pRollPoints], PlayerInfo[playerid][pSQLID]);
                mysql_query(SQL, var);            
            }

 

ai fost uitat sa bagi o paranteza "["

Edited by Dani3l.FTW
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.