29.09.2017, 14:39
I'm trying to use this vehicle streammer:
https://sampforum.blast.hk/showthread.php?tid=580937
But when i try to print the vehicle ID
VehicleID always print 0, even when i enter in a car...
Is anyone know what is happen?
https://sampforum.blast.hk/showthread.php?tid=580937
But when i try to print the vehicle ID
Code:
new cses[128]; format(cses,sizeof(cses),"ActorAIM[%i] VehicleID[%i] Speed[%i]", GetPlayerTargetDynamicActor(i), GetPlayerDynamicVehicleID(i), GetPlayerSpeed(i, true) ); SendClientMessage(i, 0xFFFFFFAA,cses);
Is anyone know what is happen?