Skin bug and invisible. -
pawn Code:
CMD:car(playerid, params[])
{
if(sscanf(params, "i", params[0])) return SendClientMessage(playerid, -1, "[INFO] (/Car [VehicleID]).");
else
{
new Float:Pos[3];
GetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]);
new Vehicle = CreateVehicle(params[0], Pos[0], Pos[1], Pos[2], 0.0, random(50), random(50), -1);
PutPlayerInVehicle(playerid, Vehicle, 0);
}
return 1;
}
Re: Skin bug and invisible. -
yep that's happened to me too,the motor was driving itself besides my cars but not straight like playerz drive wondering here and the and then it vanished