Search Results
I Have the next problem :
Quote:
CREATE TABLE IF NOT EXISTS `Items_Mochila` (
`Id` int(10) unsigned NOT NULL,
`Descripcion` varchar(50) NOT NULL,
`Valor_Efecto` float NOT NULL
) EN...
103
Ok I already Changed the table but I've the problem again:
Quote:
CREATE TABLE IF NOT EXISTS `Items_Mochila` (
`Id` int(10) unsigned NOT NULL,
`Descripcion` varchar(50) NOT NULL,
`V...
122
I I don't know what is wrong so if you can tell me would be nice
Код:
CREATE TABLE IF NOT EXISTS `Mochilas` (
`Id` int(10) unsigned NOT NULL,
`Propietario` varchar(25) NOT NULL
) ENGINE=InnoD...
122
It's strange but in my server the weapons don't work, if I use a command that give weapon or something like faction inventories don't work also textdraws aren't showing to the players , and finally so...
142
Quote:
Originally Posted by PawelQ
You're using MySQL or what?
Yeah , Mysql
156
My server have multi languaje system but when a russian player search an items it crash my server I don't know why (I had to install a debug because crashdetect.so don't show anything ....... )
Quot...
156
Well some bots are going to the checkpoint when is activated but is a small ammount so my question is how I can get more bots in the checkpoint
There is the code:
Code:
forward crearPuntoControl()...
230
Quote:
Originally Posted by MafiaOink
First off:
I really suggest you not to use getGroupColor every time, you should save it onto a variable and edit it as it goes, rather than loading it...
207
With Iptables I think
397
Код:
funcion getGroupColor(id)
{
new color = -256;
mysql_format(idConexion, consulta, sizeof(consulta), "SELECT Color FROM Clanes WHERE Id=%d", id);
new Cache:result = mysql_query(idConexion, c...
207
And this error is for what?
Quote:
[16:57:00] [DEBUG] mysql_format - connection: 1, len: 144, format: "UPDATE Clanes SET Color=%d WHERE Id=%d"
[16:57:00] [DEBUG] mysql_query - connection...
797
Quote:
Originally Posted by KinderClans
Well, error clearly says it. You're accessing the "Zonas" table which you don't have in your database.
Just create it.
Sorry I'm nab in this , T...
797
When My servers start , in the logs I can see the next error:
Quote:
[15:40:52] [DEBUG] mysql_format - connection: 1, len: 144, format: "SELECT Id_clan FROM Zonas WHERE Id=%d"
[15:40:52] ...
797
Quote:
Originally Posted by Sew_Sumi
Ah, so this hasn't broken as such, it's an error somewhere that's always been.
Which version are you using? Ziggis?
I have't used FCNPCs before, but...
244
Quote:
Originally Posted by Sew_Sumi
Just on a side note, you should re-arrange your includes/files...
Код:
C:\Users\x.pwn
C:\Users\x\include\floodcontrol.inc
C:\x\include\zcmd.inc
C:...
244
Sorry for delay in answer , well there is the complete log compiled with -d3 flag
Quote:
[01:01:58] [npc:join] Zombie_0 has joined the server (398:127.0.0.1)
[01:01:58] [npc:join] Zombie_...
244
Help me with this error please I don't know what is wrong :
[01:01:58] [npc:join] Zombie_0 has joined the server (398:127.0.0.1)
[01:01:58] [npc:join] Zombie_1 has joined the server (397:127.0.0.1)
[...
244
Thanks you very much +rep
127