Advertisement
Guest User

Untitled

a guest
Mar 10th, 2013
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. /*
  2. BY OTACON
  3. */
  4. #include <a_samp>
  5. #include <zcmd>
  6. new CNNStudioNuevo[1];
  7.  
  8. public OnFilterScriptInit() {
  9. CNNStudioNuevo[0]=CreateObject(6490, 717.48438, -1357.30469, 20.29688, 0.00000, 0.00000, 0.00000);
  10. return 1;
  11. }
  12.  
  13. public OnPlayerConnect(playerid) {
  14. RemoveBuildingForPlayer(playerid, 6491, 717.4844, -1357.3047, 20.2969, 0.25);
  15. RemoveBuildingForPlayer(playerid, 6490, 717.4844, -1357.3047, 20.2969, 0.25);
  16. return 1;
  17. }
  18.  
  19. COMMAND:1(playerid, params[]) {
  20. SetObjectMaterial(CNNStudioNuevo[0], 0, 8468, "luxorland", "greyground12802", 0); //Techo & Piso General
  21. SetObjectMaterial(CNNStudioNuevo[0], 1, 6490, "tvstudio_law2", "studioroof", 0xFFA59789); //Techo General
  22. SetObjectMaterial(CNNStudioNuevo[0], 2, 6490, "tvstudio_law2", "tvstud02_LAw2", 0xFFFF0000); //Paredes Generales
  23. SetObjectMaterial(CNNStudioNuevo[0], 3, 6490, "tvstudio_law2", "tvstud01_LAw2", 0xFFFF0000); //Paredes Generales Portones
  24. SetObjectMaterial(CNNStudioNuevo[0], 4, 8393, "ballys01", "vgncorpdoor1_512", 0); //Puertas Frente
  25. return 1;
  26. }
  27. COMMAND:2(playerid, params[]) {
  28. SetObjectMaterial(CNNStudioNuevo[0], 0, 8468, "luxorland", "greyground12802", 0); //Techo & Piso General
  29. SetObjectMaterial(CNNStudioNuevo[0], 1, 6490, "tvstudio_law2", "studioroof", 0xFFA59789); //Techo General
  30. SetObjectMaterial(CNNStudioNuevo[0], 2, 6490, "tvstudio_law2", "tvstud02_LAw2", 0xFFFF50E9); //Paredes Generales
  31. SetObjectMaterial(CNNStudioNuevo[0], 3, 6490, "tvstudio_law2", "tvstud01_LAw2", 0xFFFF50E9); //Paredes Generales Portones
  32. SetObjectMaterial(CNNStudioNuevo[0], 4, 8393, "ballys01", "vgncorpdoor1_512", 0); //Puertas Frente
  33. return 1;
  34. }
  35. COMMAND:3(playerid, params[]) {
  36. SetObjectMaterial(CNNStudioNuevo[0], 0, 8468, "luxorland", "greyground12802", 0); //Techo & Piso General
  37. SetObjectMaterial(CNNStudioNuevo[0], 1, 6490, "tvstudio_law2", "studioroof", 0xFFA59789); //Techo General
  38. SetObjectMaterial(CNNStudioNuevo[0], 2, 6490, "tvstudio_law2", "tvstud02_LAw2", 0xFFFFFF00); //Paredes Generales
  39. SetObjectMaterial(CNNStudioNuevo[0], 3, 6490, "tvstudio_law2", "tvstud01_LAw2", 0xFFFFFF00); //Paredes Generales Portones
  40. SetObjectMaterial(CNNStudioNuevo[0], 4, 8393, "ballys01", "vgncorpdoor1_512", 0); //Puertas Frente
  41. return 1;
  42. }
  43. /*
  44. BY OTACON
  45. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement