[SOLVED] HELP error 006
#1

Hey im kinda new to pawno mostly i get it solved by searching the forum but this time i couldnt find anything

here is my problem:
Код:
C:\SERVER-SAMP\gamemodes\dutchtopia0.4.pwn(133) : error 006: must be assigned to an array
this is on that line:
Код:
if (dini_Exists(pname))
    	{
    	bankmoney[playerid]=dini_Get(pname, "bankmoney");
			
     	
	}
help please
Reply
#2

=strval(dini_Get...
Reply
#3

many thanks it solved!
Reply
#4

Or simply use the dINI function which is created for integers:
pawn Код:
bankmoney[playerid] = dini_Int(pname, "bankmoney");
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)