09.07.2012, 00:53
Hey Guys! Today i made a filterscript for cutterRims hope you will like it!
Screen Shots


Like It?
Rep+ if you liked it!
NOTE: You need to be inside the vehicle to use the cutterrims
Screen Shots


Код:
CMD:cutterrims(playerid, params[])
{
if(IsPlayerConnected(playerid)) {
if(PlayerInfo[playerid][pAdmin] < 1) {
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 to Vehicle!");
}
}
return 1;
}
Rep+ if you liked it!
NOTE: You need to be inside the vehicle to use the cutterrims

