Bug confirmation - GetPlayerSurfingVehicleID with Trailers
#1

I need confirmation that GetPlayerSurfingVehicleID doen't work when you surf a trailer, so I can post it in the bugs topic.

Can anyone confirm this?
Reply
#2

for some reason i can't even get it to show any vehicle id my code was this

Код:
if(strcmp(cmd, "/surf", true) == 0) {
		new string[128];
		format(string,sizeof(string),"Vehicle ID: %d",GetPlayerSurfingVehicleID(playerid));
		SendClientMessage(playerid,0xAFAFAFAA,string);
    return 1;
  }
it just kept returning Vehicle ID 65535 it was tested on grand larceny aswell
Reply
#3

Same for me.
Reply
#4

post it in bug reports then i guess however before you post did you just test this on your own like me? or was somebody driving the vehicle? because it might only detect driven vehicles i cant test this atm as it my scripting team are still in bed
Reply
#5

Someone was driving.

They also tested it, with my /surf command. (test command)
Reply
#6

Tested it, it returns me the same.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)