31.05.2008, 16:10
This is my OnPlayerCommand:
But when I save, I get this error:
Why ?
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { if(strcmp(cmdtext, "/rankinfo", true) == 0) { GetRankInfo(playerid); return 1; } if(strcmp(cmdtext, "/mystats", true) == 0) { GetPlayerStats(playerid); return 1; } return 0; }
Код:
C:\Programmi\Rockstar Games\GTA San Andreas\SAMP\gamemodes\cajaksecondo.pwn(495) : warning 217: loose indentation Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning.