Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // This is my first filterscript,
- // *** Gold Rims ***
- // *** Filterscript ***
- // *** Created ***
- // *** By ***
- // *** Ramin ***
- // *** [raamiix] ***
- #include <a_samp>
- #include <zcmd>
- #define COLOR_TWAQUA 0x00FFFFAA
- public OnFilterScriptInit()
- {
- print("Welcome to my Gold Rims Filterscript - Created by Ramin [raamiix]");
- return 1;
- }
- public OnFilterScriptExit()
- {
- return 1;
- }
- CMD:ggrr(playerid, params[])
- {
- AddVehicleComponent(GetPlayerVehicleID(playerid),1080);
- SendClientMessage(playerid, COLOR_TWAQUA, "Gold Rims Added.");
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement