13.06.2016, 15:27
First of all, the 's' parameter is wrong, use the 'i' parameter if the usage is [1-9].
PHP код:
if(sscanf(params, "i", give))
{
SendClientMessage(playerid, COLOR_GREY, "[SERVER] /roadblock [1-9]");
SendClientMessage(playerid, COLOR_GREY, "1=Small block 2=Medium Block 3=Big Block 4=Cone 5=Divert 6=Tresspassers sign 7=Line Closed 8=Police Tape 9=Flare");
return 1;
}