Saving my variable?
#7

Look, sorry that i snapped on you, but im using dini.
I've code like this:

pawn Код:
public OnPlayerDisconnect(playerid, reason)
{
dini_IntSet(file, "admin", adminlevel[playerid]);
return 1;
}
But i get several errors:
Код:
C:\Documents and Settings\DELL\Desktop\Prisonbreak.pwn(291) : error 017: undefined symbol "adminlevel"
C:\Documents and Settings\DELL\Desktop\Prisonbreak.pwn(291) : warning 215: expression has no effect
C:\Documents and Settings\DELL\Desktop\Prisonbreak.pwn(291) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\DELL\Desktop\Prisonbreak.pwn(291) : error 029: invalid expression, assumed zero
C:\Documents and Settings\DELL\Desktop\Prisonbreak.pwn(291) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Line 291 = dini_IntSet(file, "admin", adminlevel[playerid]);
Reply


Messages In This Thread
Saving my variable? - by lawonama - 09.07.2011, 09:52
Re: Saving my variable? - by lawonama - 09.07.2011, 10:31
Re: Saving my variable? - by lawonama - 09.07.2011, 10:42
Re: Saving my variable? - by Pghpunkid - 09.07.2011, 10:44
Re: Saving my variable? - by jameskmonger - 09.07.2011, 10:45
Re: Saving my variable? - by lawonama - 09.07.2011, 10:48
Re: Saving my variable? - by lawonama - 09.07.2011, 10:52
Re: Saving my variable? - by lawonama - 09.07.2011, 11:38
Re: Saving my variable? - by Pghpunkid - 09.07.2011, 15:42
Re: Saving my variable? - by lawonama - 09.07.2011, 18:08

Forum Jump:


Users browsing this thread: 3 Guest(s)