Jump to content

HusKy_=]

Membru
  • Posts

    8
  • Joined

  • Last visited

Profile Information

  • Level of knowledge
    Începător

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

HusKy_=]'s Achievements

Rookie

Rookie (2/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. problema e ca acum am scos ala dar imi da alte erori daca ai skype poate mi l dai si rezolvam acolo..
  2. imi da tot acelasi erori C:\Users\Toshiba\Desktop\RPV.pwn(14271) : warning 213: tag mismatch C:\Users\Toshiba\Desktop\RPV.pwn(14271) : error 001: expected token: ",", but found "[" C:\Users\Toshiba\Desktop\RPV.pwn(14271) : error 029: invalid expression, assumed zero C:\Users\Toshiba\Desktop\RPV.pwn(14271) : warning 215: expression has no effect C:\Users\Toshiba\Desktop\RPV.pwn(14271) : error 001: expected token: ";", but found "]" C:\Users\Toshiba\Desktop\RPV.pwn(14271) : fatal error 107: too many error messages on one line
  3. } else { format(Strrms, 700, "INSERT INTO `Logs`(`Date`, `Type`, `Log`, `uIDs`) VALUES ('On %d/%d/%d at %d:%d.%d', '2', '%s changed his name to %s', '%d - 0')", d, mo, y, h, m, s, PlayerName(uID), uName, AccInfo[uID][ID][1]), mysql_tquery(DB_Connect, Strrms, "", ""); //---------------------------------------------------------------------- format(Strrms2, 200, "UPDATE `Accounts` SET `Name` = '%s' WHERE `Name` = '%s'", uName, PlayerName(uID)), mysql_tquery(DB_Connect, Strrms2, "", ""), SetPlayerName(uID, uName); //---------------------------------------------------------------------- if(AccInfo[uID][Language] == 1) format(Strrms2, 200, "Ti-ai schimbat cu succes numele in {FF0000}%s{FFFF00}!", uName), SendClientMessage(uID, -1, Strrms2); else if(AccInfo[uID][Language] == 2) format(Strrms2, 200, "You have successfully changed your name to {FF0000}%s{FFFF00}!", uName), SendClientMessage(uID, -1, Strrms2); //---------------------------------------------------------------------- if(AccInfo[playerid][House] == 1) { Salut am aceasta problema la acest script si imi da aceste erori pe acceasi linie. C:\Users\Toshiba\Desktop\RPV.pwn(14271) : warning 213: tag mismatch C:\Users\Toshiba\Desktop\RPV.pwn(14271) : error 001: expected token: ",", but found "[" C:\Users\Toshiba\Desktop\RPV.pwn(14271) : error 029: invalid expression, assumed zero C:\Users\Toshiba\Desktop\RPV.pwn(14271) : warning 215: expression has no effect C:\Users\Toshiba\Desktop\RPV.pwn(14271) : error 001: expected token: ";", but found "]" C:\Users\Toshiba\Desktop\RPV.pwn(14271) : fatal error 107: too many error messages on one Scriptul care se afla pe linia aceea e: format(Strrms, 700, "INSERT INTO `Logs`(`Date`, `Type`, `Log`, `uIDs`) VALUES ('On %d/%d/%d at %d:%d.%d', '2', '%s changed his name to %s', '%d - 0')", d, mo, y, h, m, s, PlayerName(uID), uName, AccInfo[uID][ID][1]),
  4. Salut am o problema cu aceste doua warning-uri si cum le pot rezolva ? D:\RPS\gamemodes\RPS.pwn(823) : error 029: invalid expression, assumed zero D:\RPS\gamemodes\RPS.pwn(823) : warning 215: expression has no effect AccInfo[playerid][DLine1] = 0, AccInfo[playerid][DLine2] = 0, AccInfo[playerid][DLine3] = 0; Stiu ca am scos doua chestii si dupa restu din GameMode care erau AccInfo[playerid][RPSRank] =0, si AccInfo[playerid] =0, Acestea sunt partile pe care se afla acea linie 823,daca se poate sa mi explicat sau altceva.
  5. Unde copiez acele chestii in phpmyadmin mai exact daca se poate mai explcit
  6. deci dau la importa unde sa bag data de baze database.sql de la server in care sa mearga comenzile /credits si levelul admin si etc.. si nu functioneaza imi da aceea eroare -- -- Database: `database` -- -- -------------------------------------------------------- -- -- Structura de tabel pentru tabelul `Accounts` -- CREATE TABLE IF NOT EXISTS `Accounts` si din cate am inteles trb sa fac acest tabel dar nu stiu cum...
  7. Am un server pe mysql si vreau sa i bag data de baze in phpmyadmin ca cei de la host mi au facut cont pe acel site php. si am nevoie de ajutor pentru chestia asta cand dau sa importez data de baze imi da asta : -- -- Database: `database` -- -- -------------------------------------------------------- -- -- Structura de tabel pentru tabelul `Accounts` -- CREATE TABLE IF NOT EXISTS `Accounts` ( `ID` int(11) NOT NULL, `Name` varchar(24) NOT NULL, `Password` varchar(34) NOT NULL, `IP` text, `E-Mail` text, `LoggedIn` int(11) NOT NULL, `RegisterDate` text, `LastOn` text, `Language` int(11) NOT NULL, `Level` int(11) NOT NULL, `VIP` int(11) NOT NULL, `Cash` int(11) NOT NULL, `Score` int(11) NOT NULL, `Coins` int(11) NOT NULL, `Credits` int(11) NOT NULL, `Headshots` int(11) NOT NULL, `Kills` int(11) NOT NULL, `Deaths` int(11) NOT NULL, `Hours` int(11) NOT NULL, `Minutes` int(11) NOT NULL, `Seconds` int(11) NOT NULL, `BestKillings` int(11) NOT NULL, `KillingSpree` int(11) NOT NULL, `FavSkin` int(11) NOT NULL, `UseSkin` int(11) NOT NULL, `FavColor` int(11) NOT NULL, `House` int(11) NOT NULL, `Property` int(11) NOT NULL, `Description1` text, `[...]
  8. Salut as avea nevoie de ajutor la niste comenzi de facut nu pot sa fac comenzile /setrespect /setkills /setdeaths in procesorul zcmd daca se poate un model sau comanda facuta chiar va rog frumos.
×
×
  • 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.