17.01.2010, 05:50
I am making a vehicle system. When you enter the car the cars name, id, and owner shows up. Currently I can't get the owner's name to show up. :S
[/pawn]format(string,sizeof(string),"You entered a 'veh'(%d) Owner: %s",vehicleid, VehicleOwner(vehicleid));[/pawn]
Please help, its really annoying.
[/pawn]format(string,sizeof(string),"You entered a 'veh'(%d) Owner: %s",vehicleid, VehicleOwner(vehicleid));[/pawn]
Please help, its really annoying.