C:\Users\MBBD\Music\Esprimo RolePlay by Saki\pawno\include\sscanf2.inc(305) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\MBBD\Music\Esprimo RolePlay by Saki\pawno\include\sscanf2.inc(305) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\MBBD\Music\Esprimo RolePlay by Saki\pawno\include\sscanf2.inc(365) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\MBBD\Music\Esprimo RolePlay by Saki\pawno\include\sscanf2.inc(365) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\MBBD\Music\Esprimo RolePlay by Saki\gamemodes\espgm.pwn(466) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Users\MBBD\Music\Esprimo RolePlay by Saki\gamemodes\espgm.pwn(469) : error 021: symbol already defined: "GetPlayerName"
C:\Users\MBBD\Music\Esprimo RolePlay by Saki\gamemodes\espgm.pwn(471) : error 010: invalid function or declaration
C:\Users\MBBD\Music\Esprimo RolePlay by Saki\gamemodes\espgm.pwn(731) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Users\MBBD\Music\Esprimo RolePlay by Saki\gamemodes\espgm.pwn(731) : warning 215: expression has no effect
C:\Users\MBBD\Music\Esprimo RolePlay by Saki\gamemodes\espgm.pwn(731) : error 001: expected token: ";", but found ")"
C:\Users\MBBD\Music\Esprimo RolePlay by Saki\gamemodes\espgm.pwn(731) : error 029: invalid expression, assumed zero
C:\Users\MBBD\Music\Esprimo RolePlay by Saki\gamemodes\espgm.pwn(731) : fatal error 107: too many error messages on one line
\
Sad mi se ovo sve desava..
stock RegistrujIgraca(playerid)
{
new INI:File = INI_Open(UserPath(playerid));
INI_SetTag(File,"data");
INI_WriteString(File,"sLozinka",sInfo);
INI_WriteString(File,"sEmail",sInfo);
INI_WriteInt(File,"sNovac",5000);
INI_WriteInt(File,"sSpol,",sInfo);
INI_WriteInt(File,"sGodine",sInfo);
INI_WriteInt(File,"sPorjeklo",sInfo);
INI_WriteInt(File,"sAdmin",0);
INI_WriteInt(File,"sRegistrovan",1);
INI_WriteInt(File,"sVIPLvl",0);
INI_WriteInt(File,"sLevel",0);
INI_WriteInt(File,"sUbist",0);
INI_WriteInt(File,"sSmrti",0);
INI_WriteInt(File,"sFaks",sInfo);
INI_WriteInt(File,"sSkola",sInfo);
INI_WriteInt(File,"sSpawn",sInfo);
INI_WriteInt(File,"sBoravak",sInfo);
INI_WriteInt(File,"sNacinZiv",sInfo);
//INI_WriteInt(File,"",0);
INI_Close(File);
return 1;
}
LINIJA 469 i 466
stock UserPath(playerid)
{
new string,playername;
GetPlayerName(playerid,playername,sizeof(playername));
format(string,sizeof(string),PATH,playername);
return string;
}