01.05.2018, 00:30
still you're stupid and don't try to smartass
PHP код:
CMD:veh(pid,p[]){
new arrBlockedVehs[]={400,401},//add blocked vehicle ids
id;
if(sscanf(p,"d",id))return scm(pid,-1,"/veh [ID]");
for(new i,i2=sizeof(arrBlockedVehs); i < i2; i++)if(arrBlockedVehs[i]==id)return scm(pid,-1,"Not allowed to spawn this vehicle!");
return 1;
}