20.04.2012, 02:21
in the original command is this
but I only want to change the id of the door
but I only want to change the id of the door
pawn Код:
if(sscanf(params,"s[32]dD",input,id,value))
{
SCM(playerid,"USAGE: /door [name] [doorID] [(optional)value]");
SCM(playerid,"/doorname to edit the text");
return SCM(playerid,"Available names : [NON _ CASE SENSITIVE] Exterior, Color, Interior, Delete, Lock, PickupType, Level, VehicleAble, Admin");
}
if(id < 0 || id > MAX_DOORS) return SCM(playerid,"ID Must be from 0 till 1000");