19.02.2012, 21:08
Quote:
L:\Gta San Andreas\Gta San Andreas\Gta San Andreas\Scripting\gamemodes\Testing.pwn(112) : warning 217: loose indentation L:\Gta San Andreas\Gta San Andreas\Gta San Andreas\Scripting\gamemodes\Testing.pwn(309) : warning 217: loose indentation Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase |
Quote:
public OnPlayerDeath(playerid, killerid, reason) { PlayerInfo[killerid][pKills]++; PlayerInfo[playerid][pDeaths]++; return 1; } |