30.04.2011, 02:53
Well i just get bored and haved fun with PAWN
These must set vehicle id 3 to high speed (catapult it)
But i founded out that if there is nobody in car than nothing will happen
And if i get in any car and use these CMD it will catapult it....weired....
Is it just me or maybe its a bug?
I use these as blank FS and blank GM
[EDIT] I also tried to do small debug i added a loop that will set vehicle velocity of id 2 to 10 and when i get in any car its just catapult me....so wtf is happening?
pawn Код:
CMD:testvehiclevelocity(playerid,params[])
{
SetVehicleVelocity(3, 0, -10, 0);
return 1;
}
But i founded out that if there is nobody in car than nothing will happen
And if i get in any car and use these CMD it will catapult it....weired....
Is it just me or maybe its a bug?
I use these as blank FS and blank GM
[EDIT] I also tried to do small debug i added a loop that will set vehicle velocity of id 2 to 10 and when i get in any car its just catapult me....so wtf is happening?