22.04.2012, 19:38
nгo tem uma stock UnLockCar, mas tem isso:
pawn Код:
forward UnLockCar(carid);
public UnLockCar(carid)
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
SetVehicleParamsForPlayer(carid,i,0,0);
}
}
}

