11.02.2012, 02:57
You can compare strings with sscanf. I can't remember exactly how but this should work.
pawn Код:
if(!sscanf(params, "'job's[124]", x_job)) {
// "Job" was found.
}