16.03.2014, 10:02
mm, I have this:
and when I'm InGame and enter to vehicle then I got message: /startsweep to start sweeping Type /exit to leave the sweeper. Then I write /startsweep but I can't turn engine on. I have to use /aengine.
PHP код:
public IsASweeper(carid)
{
new model = GetVehicleModel(carid);
if(model == 574)
{
return 1;
}
return 0;
}