INI_String issue
#1

Code:

pawn Code:
forward LoadUser_data(playerid,name[],value[]);
public LoadUser_data(playerid,name[],value[])
{
    INI_String("Rank",PlayerInfo[playerid][pRank],24);
    return 1;
}
I know it doesn't look right, but I appear to be following the syntax?

Errors:

Code:
error 001: expected token: ")", but found "["
warning 215: expression has no effect
error 001: expected token: ";", but found "]"
error 029: invalid expression, assumed zero
fatal error 107: too many error messages on one line
Syntax as seen here: https://sampforum.blast.hk/showthread.php?tid=175565

pawn Code:
INI_String("a", gA, len_of_gA);
Any help is appreciated.
Reply


Messages In This Thread
INI_String issue - by PrivatioBoni - 06.03.2014, 18:23
Re: INI_String issue - by PrivatioBoni - 07.03.2014, 23:25
Re: INI_String issue - by ColeMiner - 08.03.2014, 06:04
Re: INI_String issue - by ]Rafaellos[ - 08.03.2014, 06:05
Re: INI_String issue - by PrivatioBoni - 08.03.2014, 07:45

Forum Jump:


Users browsing this thread: 1 Guest(s)