Advertisement
Guest User

Goldrims By Xaerie

a guest
Aug 18th, 2012
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. //Made By Xaerie
  2. #include <a_samp>
  3. #include <zcmd>
  4.  
  5. #define COLOR_LIGHTBLUE 0x33CCFFFF
  6.  
  7. public OnFilterScriptInit()
  8. {
  9. print("Goldrims Filterscript Made by Xaerie");
  10. return 1;
  11. }
  12.  
  13. public OnFilterScriptExit()
  14. {
  15. return 1;
  16. }
  17.  
  18. CMD:goldrims(playerid, params[])
  19. {
  20. AddVehicleComponent(GetPlayerVehicleID(playerid),1080);
  21. SendClientMessage(playerid, COLOR_LIGHTBLUE, "Successfully Added Goldrims to Your Car.");
  22. return 1;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement