Jump to content
  • 0

Problema !


Raff

Question

6 answers to this question

Recommended Posts

nu mi-am facut este serverul lui Darky sv RLS

Schimbi codul bazei de date cu asta:

[pawn] new str[750];

Database = db_open("Database.db");

strcat(str,"CREATE TABLE IF NOT EXISTS `Users`",750);

strcat(str,"(`Keys` INTEGER PRIMARY KEY AUTOINCREMENT,\

`Name` TEXT,\

`Parola` TEXT,\

`Bani` NUMERIC,\

`Score` NUMERIC,",750);

strcat(str,"`Kills` NUMERIC,\

`Deaths` NUMERIC,\

`Vip` NUMERIC,\

`Admin` NUMERIC)",750);

db_free_result(db_query(Database,str));[/pawn]

Este cel din RLS doar ca are un tabel in plus.

Link to comment
Share on other sites

trebuie sa bag fs cu vip in gm ca sa mearga ? si mai ce trb sa adaug ca mai erau si astea in sistemu de vip [pawn]Vips = db_open( "Vips.db" ); // Numele La BD ! Poti schimba

db_free_result( db_query( Vips, "CREATE TABLE IF NOT EXISTS 'Vips' \

  ( 'Name' varchar( 40 ),\

    'Vip' INT )" ) ) ;

return 1;

}[/pawn]

trb sa mai pun niste tabele ?

Si sa imi raspundeti va rog si la acea cu daca trb bagata neaparat in gm !

GWX9l9i.jpg
Link to comment
Share on other sites

trebuie sa bag fs cu vip in gm ca sa mearga ? si mai ce trb sa adaug ca mai erau si astea in sistemu de vip [pawn]Vips = db_open( "Vips.db" ); // Numele La BD ! Poti schimba

db_free_result( db_query( Vips, "CREATE TABLE IF NOT EXISTS 'Vips' \

  ( 'Name' varchar( 40 ),\

    'Vip' INT )" ) ) ;

return 1;

}[/pawn]

trb sa mai pun niste tabele ?

Si sa imi raspundeti va rog si la acea cu daca trb bagata neaparat in gm !

E VIP System al meu .

Te ajut eu xD .

Intra pe Y!M . Xd

idiots.png
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.