Giving string error tried a lot of things nothing is working..
#1

Hello dear samp members.. Idk why but I cant get off those errors of my code... I know I'm missing something

Here is the enum:


pawn Код:
PhoneNummber[9],
    DoorCode[4],
    PostCode[6],
    Address[16],
    BankPin[4],
    Signature[10],
Okay the error is on this lines:

pawn Код:
Under OnPlayerDialog

INI_WriteString(File,"PhoneNummber", PlayerInfo[playerid][PhoneNummber],8);
                INI_WriteString(File,"DoorCode",PlayerInfo[playerid][DoorCode],4);
                INI_WriteString(File,"PostCode",PlayerInfo[playerid][PostCode],6);
                INI_WriteString(File,"Address",PlayerInfo[playerid][Address],16);
Error code On all thous lines//:
pawn Код:
warning 202: number of arguments does not match definition
Reply


Messages In This Thread
Giving string error tried a lot of things nothing is working.. - by Scrillex - 06.10.2013, 20:56
Re: Giving string error tried a lot of things nothing is working.. - by DanishHaq - 06.10.2013, 20:58
Re: Giving string error tried a lot of things nothing is working.. - by Scrillex - 06.10.2013, 21:10

Forum Jump:


Users browsing this thread: 1 Guest(s)