if (strcmp(ocmd,"/fbitor",true) == 0)
if(fbitor == 0)
{
MoveObject(fbitor,2237.6999511719, 2457, 11.5, 359.25, 359.49462890625,4.0);
SetTimerEx("PlaySoundForPlayer",2000,0,"id",playerid,1036);
fbitor = 1;
}
else
{
MoveObject(fbitor,2237.6999511719, 2457, 11.5, 359.25, 359.49462890625,4.0);
SetTimerEx("PlaySoundForPlayer",2000,0,"id",playerid,1036);
fbitor = 0;
}
{
return 1;
}