GetVehicleID streammer - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: GetVehicleID streammer (
/showthread.php?tid=642375)
GetVehicleID streammer -
binnyl - 29.09.2017
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
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);
VehicleID always print 0, even when i enter in a car...
Is anyone know what is happen?