26.09.2014, 12:44
Hello I need a Vehicle Streamer SO that I can set vehicles to a particular Virtual Word.Give an example too Ok.
REWARD:REP+
REWARD:REP+


CMD:fixcarworld(playerid, params[])
{
if(IsPlayerInAnyVehicle(playerid)) SetVehicleVirtualWorld(GetPlayerVehicleID(playerid), 0);
return true;
}