Jump to content
  • 0

Problema Compilare


iulian2014

Question

C:\Users\Alex\Desktop\Server\pawno\include\zcmd.inc(96) : warning 217: loose indentation
C:\Users\Alex\Desktop\Server\pawno\include\zcmd.inc(97) : warning 217: loose indentation
C:\Users\Alex\Desktop\Server\pawno\include\zcmd.inc(98) : warning 217: loose indentation
Pawn compiler 3.2.3664              Copyright (c) 1997-2006, ITB CompuPhase


3 Warnings.
 

Am bagat un sistem login/register direct in gm , mi-a mers sa compilez si am reusit dar am bagat in el si <zcmd> si imi da erorile astea cand il bag..

 

public OnPlayerDisconnect(playerid, reason)
{
    new INI:file = INI_Open(UserPath(playerid));
    INI_SetTag(file,"data");
    INI_WriteInt(file,"Bani",PlayerInfo[playerid][pCash]);
    INI_WriteInt(file,"Kills",PlayerInfo[playerid][pKills]);
    INI_WriteInt(file,"Deaths",PlayerInfo[playerid][pDeaths]);
    INI_Close(file);
    SendClientMessage(playerid, 0xFF9900FF, "Sper Ca Ti-a Placut Serverul.");
    return 1;
}

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.