20.08.2018, 18:10
Is there a way to save the given wanteds at /su ?
new pid,wid,reason[64];
if(sscanf(params,"uis[256]",pid,wid,reason))return SendClientMessage(playerid, COLOR_GRAD2, "Use: (/su)spect [playerid/Name] [Wantedsl] [Crime]");
I want to take the value of "wid" to another public
new pid,wid,reason[64];
if(sscanf(params,"uis[256]",pid,wid,reason))return SendClientMessage(playerid, COLOR_GRAD2, "Use: (/su)spect [playerid/Name] [Wantedsl] [Crime]");
I want to take the value of "wid" to another public