Help with that
#1

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

i need to fix it please show me and here is the problem...

Quote:

public OnPlayerDeath(playerid, killerid, reason)
{
PlayerInfo[killerid][pKills]++;
PlayerInfo[playerid][pDeaths]++;
return 1;
}

Reply
#2

Indent your code or just add top of your script
//top of your script under include..
Quote:

#pragma tabsize 0

Reply
#3

THANKS +Rep
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)