03.10.2010, 20:25
Hi,
What i'm doing wrong ?
new vehicle;
new stringasmsg[128];
vehicle = GetPlayerVehicleID(playerid);
format(stringasmsg,sizeof(stringasmsg),"Vehicle ID %i",vehicle);
SendClientMessage(playerid,RED,stringasmsg);
it always shows 0
What i'm doing wrong ?
new vehicle;
new stringasmsg[128];
vehicle = GetPlayerVehicleID(playerid);
format(stringasmsg,sizeof(stringasmsg),"Vehicle ID %i",vehicle);
SendClientMessage(playerid,RED,stringasmsg);
it always shows 0