MySQL does not save score, money
#6

Quote:
Originally Posted by Domnic Toretto
Посмотреть сообщение
I get errors

Код:
C:\Users\-\Desktop\-\gamemodes\freeroamz.pwn(1862) : warning 219: local variable "pInfo" shadows a variable at a preceding level
C:\Users\-\Desktop\-\gamemodes\freeroamz.pwn(1862) : error 008: must be a constant expression; assumed zero
C:\Users\-\Desktop\-\gamemodes\freeroamz.pwn(1862) : error 008: must be a constant expression; assumed zero
C:\Users\-\Desktop\-\gamemodes\freeroamz.pwn(1864) : error 032: array index out of bounds (variable "pInfo")
C:\Users\-\Desktop\-\gamemodes\freeroamz.pwn(1868) : warning 209: function "SavePlayer" should return a value
C:\Users\-\Desktop\-\gamemodes\freeroamz.pwn(1862) : warning 204: symbol is assigned a value that is never used: "pInfo"
@ Cave
Код:
UPDATE `playerdata` SET `admin` =4, `score` =0, `money` =0, `kills` =0, `deaths` =0 WHERE `id` =1478 LIMIT 1
Show me the code where the error occurs.
Reply


Messages In This Thread
MySQL does not save score, money - by ZBits - 18.12.2013, 12:34
Re: MySQL does not save score, money - by speed258 - 18.12.2013, 12:38
Re: MySQL does not save score, money - by Patrick - 18.12.2013, 12:52
Re: MySQL does not save score, money - by CaveDweller - 18.12.2013, 12:56
Re: MySQL does not save score, money - by ZBits - 18.12.2013, 19:30
Re: MySQL does not save score, money - by Patrick - 18.12.2013, 19:49
Re: MySQL does not save score, money - by ZBits - 18.12.2013, 20:01
Re: MySQL does not save score, money - by ZBits - 18.12.2013, 20:29

Forum Jump:


Users browsing this thread: 6 Guest(s)