stock GetPlayerJobID(playerid){ //do your old code here. new string[128]; format(string,sizeof(string), "pJob:%d,%d",playerid, /*player job data*/); SendClientMessageToAll(422,string); return 1;}