09.07.2010, 15:57
Ok i just made this to make sure that owners name is there
And it shows owners name corectly so i gues this
Isnt working
Код:
format(string, sizeof(string), "--|Welcome back to your %s|-- Owners name is: %s", VehicleNames[GetVehicleModel(veh)-400], VehicleInfo[veh][vOwner]);
Код:
if(strcmp(plname, VehicleInfo[veh][vOwner], true) == 0 )