08.05.2011, 09:28
Nice tutorial
I'm just getting 3 warnings while compiling:
I'm just getting 3 warnings while compiling:
Code:
C:\Users\wesley.PC_van_Kelsey\Desktop\SAMP_Flight\filterscripts\AdminSystem.pwn(63) : warning 217: loose indentation C:\Users\wesley.PC_van_Kelsey\Desktop\SAMP_Flight\filterscripts\AdminSystem.pwn(158) : warning 217: loose indentation C:\Users\wesley.PC_van_Kelsey\Desktop\SAMP_Flight\filterscripts\AdminSystem.pwn(309) : warning 217: loose indentation Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Warnings.
pawn Code:
if(!fexist(CommandFile)) //<-- line 63
strcat(gPlayerInfo[playerid][PLAYER_IP], dini_Get(file, "Ip")); // <-- line 158
SendClientMessage(playerid, COLOR_ORANGE, string); // <-- line 309