Author Topic: Fix please  (Read 2307 times)

0 Members and 1 Guest are viewing this topic.

Offline Erik

  • Street Thug
  • *
  • Posts: 17
    • View Profile
Fix please
« on: May 20, 2014, 06:06:57 pm »
[pawn]}
   return 1;
   }
   else SendClientMessage( playerid, COLOR_GREEN, "Error: Unknown Command." );
   return 0;
}
[/pawn]

Code: [Select]
C:\Documents and Settings\erik\Asztal\VC-MP server\gamemodes\Test.pwn(2660) : error 010: invalid function or declaration
C:\Documents and Settings\erik\Asztal\VC-MP server\gamemodes\Test.pwn(2661) : error 010: invalid function or declaration
Pawn compiler 3.0.3367 Copyright (c) 1997-2005, ITB CompuPhase


2 Errors.

Offline NeskWriter

  • Crime Boss
  • ****
  • Posts: 355
    • View Profile
Re: Fix please
« Reply #1 on: May 20, 2014, 10:21:08 pm »
Maybe, [pawn]
   else { SendClientMessage( playerid, COLOR_GREEN, "Error: Unknown Command." ); }[/pawn]
?


-Funniest quotes-

Quote from: asad3man
i cant able to understand

Offline Erik

  • Street Thug
  • *
  • Posts: 17
    • View Profile
Re: Fix please
« Reply #2 on: May 20, 2014, 10:25:54 pm »
Maybe, [pawn]
   else { SendClientMessage( playerid, COLOR_GREEN, "Error: Unknown Command." ); }[/pawn]
?

same errors :(

Offline NeskWriter

  • Crime Boss
  • ****
  • Posts: 355
    • View Profile
Re: Fix please
« Reply #3 on: May 20, 2014, 10:33:06 pm »
could you make a screenshot of your code and errors lines?


-Funniest quotes-

Quote from: asad3man
i cant able to understand

Offline Erik

  • Street Thug
  • *
  • Posts: 17
    • View Profile
Re: Fix please
« Reply #4 on: May 20, 2014, 10:38:24 pm »
hmmm i think its no need

[pawn]}
   else SendClientMessage( playerid, COLOR_GREEN, "Error: Unknown Command." );
   return 0;
}[/pawn]

for me now 0 errors :)