16.10.2009, 11:06
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?
Can anyone confirm 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;
}