Advertisement
Guest User

Untitled

a guest
Jan 10th, 2021
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. Erori:
  2. Liniile unde imi apar erorile :
  3. 1. foreign void:Command_TouchNamed(string:command[]); // linia 1116
  4. 2. global void:Command_TouchNamed(string:command[]) // linia 1118
  5. {
  6. new
  7. id = Command_Find(command);
  8. if (id != COMMAND_NOT_FOUND)
  9. {
  10. NO_GROUPS(id)
  11. {
  12. return; //0;
  13. }
  14. }
  15. }
  16.  
  17. C:\Users\gaban\Desktop\GM Actual\pawno\include\YSI\y_commands.inc(1116) : error 025: function heading differs from prototype
  18. C:\Users\gaban\Desktop\GM Actual\pawno\include\YSI\y_commands.inc(1116) : error 025: function heading differs from prototype
  19. C:\Users\gaban\Desktop\GM Actual\pawno\include\YSI\y_commands.inc(1116): error 025: function heading differs from prototype
  20. C:\Users\gaban\Desktop\GM Actual\pawno\include\YSI\y_commands.inc(1118) : error 025: function heading differs from prototype
  21. C:\Users\gaban\Desktop\GM Actual\pawno\include\YSI\y_commands.inc(1118) : error 025: function heading differs from prototype
  22. C:\Users\gaban\Desktop\GM Actual\pawno\include\YSI\y_commands.inc(1118) : fatal error 107: too many error messages on one line
  23.  
  24. Compilation aborted.
  25.  
  26. Pawn compiler 3.10.8 Copyright (c) 1997-2006, ITB CompuPhase
  27.  
  28.  
  29. 6 Errors.
  30. [Finished in 2.2s]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement