28.07.2009, 05:42
add this and check if any job is returning 0.
pawn Код:
if (strcmp("/jobid", cmdtext, true, 10) == 0)
{
new string[128];
format(string, sizeof(string), "JobID: %d", GetPlayerJobID(playerid));
SendClientMessage(playerid, string);
return 1;
}