Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CMD:cr(playerid, params[])
- {
- if(IsPlayerConnected(playerid)) {
- if(PlayerInfo[playerid][pAdmin] < 2 ) {
- SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
- return 1;
- }
- if(IsPlayerInAnyVehicle(playerid)) {
- AddVehicleComponent(GetPlayerVehicleID(playerid), 1079);
- SendClientMessageEx(playerid, COLOR_GREY, "Cutter Rims added on your Vehicle!");
- }
- }
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement