Quote:
Originally Posted by yezizhu
pawn Код:
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; }
|
I have the old code in my include ( xJobs )