21.03.2013, 16:39
(
Последний раз редактировалось Patrick; 21.03.2013 в 17:55.
)
i just found your problem. as im editing the code. i found that instead of using playerid you used vehicleid which you are getting the vehicle id not the player name. so can you give me how insert the playername in your database.
hmm im not sure about this. but try use %d instead of %s because you are getting vehicleid "a number" not a name
hmm im not sure about this. but try use %d instead of %s because you are getting vehicleid "a number" not a name
pawn Код:
format(string,sizeof(string),"Owner: %d",GetVehicleOwner(vehicleid));
SendClientMessage(playerid,WHITE,string);