05.08.2009, 10:37
Hi all!
Info:
V1
This filterscript has commands what you can use the respray and repair fully your vehicle(BODY+ENGINE), 'anywhere' for free.
Simply this teleports you to the respray, repair your car and brings back.
It has Anti-spam and only 1 player can use it at the same time to excape the troubles.
V2
This version just color your vehicle randomly and repair itt fully(BODY+ENGINE).
Picture:
V1
Download:
under 0.3:
At 0.3 you should simply add this line to OnPlayerCommandText and you dont have to download anything :
Credit:
Spatrik - for the very buggy first version.
Me - for fix and release that here
Me - for the 0.3 version
Epsilon
Info:
V1
This filterscript has commands what you can use the respray and repair fully your vehicle(BODY+ENGINE), 'anywhere' for free.
Simply this teleports you to the respray, repair your car and brings back.
It has Anti-spam and only 1 player can use it at the same time to excape the troubles.
V2
This version just color your vehicle randomly and repair itt fully(BODY+ENGINE).
Picture:
V1
Download:
under 0.3:
At 0.3 you should simply add this line to OnPlayerCommandText and you dont have to download anything :
pawn Code:
if (strcmp("/fixit", cmdtext, true) == 0 || strcmp("/vrepair", cmdtext, true) == 0) if(GetPlayerState(playerid)-1) return RepairVehicle(GetPlayerVehicleID(playerid)),ChangeVehicleColor(GetPlayerVehicleID(playerid),random(126),random(126)), SendClientMessage(playerid, 0xAAFFCC33, "Vehicle colored & repaired!"); else return SendClientMessage(playerid, 0xFF9933AA, "You have to be a driver in a vehicle!");
Credit:
Spatrik - for the very buggy first version.
Me - for fix and release that here
Me - for the 0.3 version
Epsilon