I NEED HELP
#3

didn't work
Код:
.pwn(115) : warning 202: number of arguments does not match definition
.pwn(115) : warning 202: number of arguments does not match definition
.pwn(154) : error 001: expected token: ")", but found "{"
.pwn(155) : error 017: undefined symbol "playyerid"
.pwn(170) : error 017: undefined symbol "Userpath"
.pwn(173) : error 017: undefined symbol "Playerinfo"
.pwn(173) : warning 215: expression has no effect
.pwn(173) : error 001: expected token: ";", but found "]"
.pwn(173) : error 029: invalid expression, assumed zero
.pwn(173) : fatal error 107: too many error messages on one line

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


7 Errors.
__________________________________________________ __________________________________________

after i reperd other errors

Код:
.pwn(18) : warning 201: redefinition of constant/macro (symbol "MAX_INI_ENTRY_TEXT")
.pwn(115) : warning 202: number of arguments does not match definition
.pwn(115) : warning 202: number of arguments does not match definition
.pwn(115) : warning 202: number of arguments does not match definition
.pwn(115) : warning 202: number of arguments does not match definition
.pwn(170) : error 017: undefined symbol "Userpath"
.pwn(173) : error 017: undefined symbol "Playerinfo"
.pwn(173) : warning 215: expression has no effect
.pwn(173) : error 001: expected token: ";", but found "]"
.pwn(173) : error 029: invalid expression, assumed zero
.pwn(173) : fatal error 107: too many error messages on one line

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


5 Errors.
script
Код:
//167>> public OnPlayerDisconnect(playerid, reason)
//168>>              {
//169>>                  plc--;
//170>>                  new INI:File = INI_Open(Userpath(playerid));
//171>>                  INI_SetTag(File,"data");
//172>>                   INI_WriteInt(File,"Cash",GetPlayerMoney(playerid)); 
//173>>                   INI_WriteInt(File,"Admin",Playerinfo[playerid][pAdmin]);
//174>>                    INI_WriteInt(File,"Score",Playerinfo[playerid][pScore]);
//175>>                     INI_WriteInt(File,"Bankmoney",Playerinfo[playerid][pBankmoney]);
//176>>                     INI_WriteInt(File,"Banned",Playerinfo[playerid][pBanned]);
//177>>                     INI_Close(File);
//178>>                  return 1;
//179>>                  }
Reply


Messages In This Thread
I NEED HELP - by ayoub001 - 25.01.2015, 00:45
Re: I NEED HELP - by Mic_H - 25.01.2015, 06:51
Re: I NEED HELP - by ayoub001 - 25.01.2015, 14:46
Re: I NEED HELP - by ayoub001 - 25.01.2015, 14:57
Re: I NEED HELP - by ayoub001 - 25.01.2015, 18:40
Re: I NEED HELP - by Smileys - 25.01.2015, 18:58
Re: I NEED HELP - by ayoub001 - 25.01.2015, 21:35
Re: I NEED HELP - by Ironboy - 25.01.2015, 21:38
Re: I NEED HELP - by ayoub001 - 25.01.2015, 21:52
Re: I NEED HELP - by ayoub001 - 25.01.2015, 21:54

Forum Jump:


Users browsing this thread: 2 Guest(s)