14.11.2010, 14:58
Why not just..
Код:
dcmd_unstuck(playerid, params[])
{
TogglePlayerControllable(playerid,1);
#pragma unused params
return 1;
}

