Balkan SA:MP

PAWN skriptanje, gamemodovi, filterskripte, include fajlovi, mape, pluginovi => Razgovor u vezi PAWN - skriptanja => Temu započeo: VuKaN poslato Oktobar 09, 2013, 11:42:44 PRE PODNE

Naslov: [Pomoc] Warrning
Poruka od: VuKaN poslato Oktobar 09, 2013, 11:42:44 PRE PODNE
Skripta: moja
Problem: Baca mi warrning
C:\Documents and Settings\Administrator\Desktop\Kaje Mod\gamemodes\FarkiasRP.pwn(36722) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


1 Warning.


Evo te linije
else if(PlayerInfo[playerid][pClan] == 9) //ovde mi baca
{
new string[256];
format(string, sizeof(string), ""PPLAVA"SCF | %s (%s): "BELA"%s", GetName(playerid),RankOrg(playerid), params[0] );
return ChatSCF(-1,string);
}
return 1;
}