Guest User

Untitled

a guest
Apr 22nd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.25 KB | None | 0 0
  1. CMD:carinfo(playerid, input[])
  2. {
  3.     new str[128], faction;
  4.     new veh = GetPlayerVehicleID(playerid);
  5.     format(str, sizeof(str), "Car ID: %d | Faction: %d", GetPlayerVehicleID(playerid), FactionCar[veh][faction]);
  6.     SendHint(playerid, str);
  7.     return 1;
  8. }
Add Comment
Please, Sign In to add comment