C:\Users\BenRoger\Desktop\New folder\pawno\include\PPC_PlayerCommands.inc(1062) : warning 209: function "cmd_work" should return a value C:\Users\******\Desktop\New folder\pawno\include\PPC_PlayerCommands.inc(1063) : error 010: invalid function or declaration C:\Users\******\Desktop\New folder\pawno\include\PPC_PlayerCommands.inc(1064) : error 010: invalid function or declaration C:\Users\******\Desktop\New folder\pawno\include\PPC_PlayerCommands.inc(1067) : error 010: invalid function or declaration C:\Users\BenRoger\Desktop\New folder\pawno\include\PPC_PlayerCommands.inc(2787) : error 036: empty statement Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors. |
} } } default: SendClientMessage(playerid, 0xFF0000FF, "Your class cannot do any jobs"); } } else // Send a message to let the player know he already has a job SendClientMessage(playerid, 0xFF0000FF, "You're already doing a job"); } } else return 0; // Let the server know that this was a valid command return 1; } |