- 0
Problema erori..
-
Similar Content
-
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
HusKy_=]
}
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]),
Edited by HusKy_=]5 answers to this question
Recommended Posts