20.01.2012, 18:36
Quote:
Don't get mad to me, but just asking. I see only once the "if" for checking if they have a job... Should you do it twice? In my eyes, i just keep staring at the miss of that. :/
What i'm talking about is pawn Код:
Just trying to be kind and help. Hopefully it helps... |
pawn Код:
if(PlayerData[playerid][Job] == 0) return SomeErrorMsg
pawn Код:
if(PlayerData[playerid][Job] != 0)
{
//we continue with our command
}
How is your
pawn Код:
JobInfo[PlayerData[playerid][Job]][Jobname]