i need help scripting another CMd of wheels Changing
#4

https://sampwiki.blast.hk/wiki/Car_Component_ID
PHP код:
CMD:shadowrims(playeridparams[]) 

if(
IsPlayerConnected(playerid)) { 
if(
PlayerInfo[playerid][pAdmin] < 1) { 
SendClientMessageEx(playeridCOLOR_GRAD1"You are not authorized to use that command!"); 
return 
1

if(
IsPlayerInAnyVehicle(playerid)) { 
AddVehicleComponent(GetPlayerVehicleID(playerid), 1073); 
SendClientMessageEx(playeridCOLOR_GREY" Shadow Rims Added to Vehicle!"); 


return 
1

Reply


Messages In This Thread
i need help scripting another CMd of wheels Changing - by amitdahari - 26.07.2013, 22:04
Re: i need help scripting another CMd of wheels Changing - by Vanter - 26.07.2013, 22:11
Re: i need help scripting another CMd of wheels Changing - by amitdahari - 26.07.2013, 22:18
Re: i need help scripting another CMd of wheels Changing - by Vanter - 26.07.2013, 22:30
Re: i need help scripting another CMd of wheels Changing - by amitdahari - 26.07.2013, 22:47

Forum Jump:


Users browsing this thread: 1 Guest(s)