Guest User

Untitled

a guest
Jan 16th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. var dic = API.getVehicleValidMods((VehicleHash)sender.vehicle.model);
  2. foreach (KeyValuePair<int, Dictionary<int, string>> kvp in dic)
  3. {
  4. Dictionary<int, string> kvp2 = kvp.Value;
  5. foreach (KeyValuePair<int, string> kvp3 in kvp2)
  6. {
  7. API.consoleOutput("Key = {0}, Key = {1}, Value = {2}", kvp.Key, kvp3.Key, kvp3.Value);
Add Comment
Please, Sign In to add comment