13.10.2009, 17:53
I have registration system with Dini. And i want to make, that it's gonna be saevd by a pickup. But errors..:
608:
My code:
Код:
C:\Documents and Settings\Samsung\Desktop\sLife v1.0\gamemodes\sLife.pwn(608) : error 017: undefined symbol "file" C:\Documents and Settings\Samsung\Desktop\sLife v1.0\gamemodes\sLife.pwn(608) : warning 215: expression has no effect C:\Documents and Settings\Samsung\Desktop\sLife v1.0\gamemodes\sLife.pwn(608) : error 001: expected token: ";", but found "]" C:\Documents and Settings\Samsung\Desktop\sLife v1.0\gamemodes\sLife.pwn(608) : error 029: invalid expression, assumed zero C:\Documents and Settings\Samsung\Desktop\sLife v1.0\gamemodes\sLife.pwn(608) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
Код:
dini_IntSet(file,"Admin", pInfo[playerid][Admin]);
Код:
if(pickupid == saving) { dini_IntSet(file,"Admin", pInfo[playerid][Admin]); GameTextForPlayer(playerid,"Your Game Saved",2500,3); }