[img]http://img321.**************/img321/5862/indenttoolvn9.jpg[/img]
and as i previously stated, your return line should have as many spaces/tabs as the line before it:
Code:
public leet_control_laptop(id,key)
{
switch(key)
{
case 0:
{
pdbackdoorA(id)
leet_control_laptop_show(id)
}
case 1:
{
pdjaildoorA(id)
leet_control_laptop_show(id)
}
case 2:
{
jaildoor1A(id)
leet_control_laptop_show(id)
}
case 3:
{
jaildoor2A(id)
leet_control_laptop_show(id)
}
case 4:
{
jaildoor3A(id)
leet_control_laptop_show(id)
}
}
return PLUGIN_HANDLED
}