C:\Users\Leroy\Desktop\ls-parachute ANFANG!!!!.pwn(102) : warning 217: loose indentation
C:\Users\Leroy\Desktop\ls-parachute ANFANG!!!!.pwn(108) : error 030: compound statement not closed at the end of file (started at line 101)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
//---------------------------------------------------------
public OnPlayerCommandText (playerid, cmdtext[])
{
// ChairSit
new cmd[256];
if(strcmp(cmd, "/chairsit", true) == 0) {
ApplyAnimation(playerid,"PED","SEAT_down",4.1,0,1,1,1,0);
return 1;
}
//--------------------------------------------------------