14.12.2006, 06:39
1.
perhaps I'm not understanding you =)
2. I think that it is a bug, I try to install DUDB, but now, when I'm completed file I saw 15 errors.
Now I have got these errors:
But line 44 is:
And line 64 is:
Quote:
but he isn't reading carefully |
2. I think that it is a bug, I try to install DUDB, but now, when I'm completed file I saw 15 errors.
Now I have got these errors:
Код:
C:\PROGRA~1\CRIMIN~1\GAMEMO~1\src\lvdm.pwn(44) : warning 202: number of arguments does not match definition C:\PROGRA~1\CRIMIN~1\GAMEMO~1\src\lvdm.pwn(44) : warning 202: number of arguments does not match definition C:\PROGRA~1\CRIMIN~1\GAMEMO~1\src\lvdm.pwn(64) : error 017: undefined symbol "dUserINT" C:\PROGRA~1\CRIMIN~1\GAMEMO~1\src\lvdm.pwn(64) : error 029: invalid expression, assumed zero C:\PROGRA~1\CRIMIN~1\GAMEMO~1\src\lvdm.pwn(64) : error 033: array must be indexed (variable "-unknown-") C:\PROGRA~1\CRIMIN~1\GAMEMO~1\src\lvdm.pwn(64) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.0.3367 Copyright © 1997-2005, ITB CompuPhase 4 Errors.
Код:
if (udb_Create(PlayerName(playerid),params)) return SystemMsg(playerid,"Account successfully created. Login with '/login password' now.");
Код:
GivePlayerMoney(playerid,dUserINT(PlayerName(playerid)).("money")-GetPlayerMoney(playerid));