Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. public OnFilterScriptInit()
  2. {
  3. AddStaticPickup(1239,1, 794.0932,1687.0054,5.2813);//enter
  4. //AddStaticPickup(1239,1, 301.7611,-76.5394,1001.5156);//BOHenter
  5. //AddStaticPickup(1239,1, 784.4196,1881.6752,10000);//BOHexit
  6. new g_Object[21];
  7. g_Object[0] = CreateObject(1499, -221.9550, 1403.1429, 26.3639, 0.0000, 0.0000, 90.0000); //Gen_doorINT05
  8. g_Object[1] = CreateObject(19327, -222.0467, 1404.5578, 28.9327, 0.0000, 0.0000, -90.0000); //7_11_sign02
  9. SetObjectMaterialText(g_Object[1], "County Devils", 0, 90, "Arial", 45, 1, 0xFFFFFFFF, 0x0, 0);
  10. g_Object[2] = CreateObject(2048, -229.4172, 1396.4600, 28.9758, 0.0000, 0.0000, 90.0000); //CJ_FLAG2
  11. g_Object[3] = CreateObject(2047, -225.7578, 1393.4653, 28.9745, 0.0000, 0.0000, 180.0000); //CJ_FLAG1
  12. g_Object[4] = CreateObject(1665, -224.0524, 1406.1459, 27.7483, 0.0000, 0.0000, 0.0000); //propashtray1
  13. g_Object[5] = CreateObject(1665, -224.0524, 1407.4172, 27.7483, 0.0000, 0.0000, 0.0000); //propashtray1
  14. g_Object[6] = CreateObject(1665, -228.4624, 1406.7666, 27.7083, 0.0000, 0.0000, 0.0000); //propashtray1
  15. g_Object[7] = CreateObject(1665, -228.9723, 1404.4055, 27.7083, 0.0000, 0.0000, 0.0000); //propashtray1
  16. g_Object[8] = CreateObject(1665, -228.4425, 1409.0476, 27.7083, 0.0000, 0.0000, 0.0000); //propashtray1
  17. g_Object[9] = CreateObject(1665, -228.7725, 1411.4587, 27.7083, 0.0000, 0.0000, 0.0000); //propashtray1
  18. g_Object[10] = CreateObject(1666, -228.1669, 1411.1052, 27.7870, 0.0000, 0.0000, 0.0000); //propbeerglass1
  19. g_Object[11] = CreateObject(1666, -228.9569, 1411.6257, 27.7870, 0.0000, 0.0000, 0.0000); //propbeerglass1
  20. g_Object[12] = CreateObject(1666, -228.4669, 1409.2559, 27.7870, 0.0000, 0.0000, 0.0000); //propbeerglass1
  21. g_Object[13] = CreateObject(1666, -229.1068, 1409.4061, 27.7870, 0.0000, 0.0000, 0.0000); //propbeerglass1
  22. g_Object[14] = CreateObject(1666, -228.9468, 1408.7856, 27.7870, 0.0000, 0.0000, 0.0000); //propbeerglass1
  23. g_Object[15] = CreateObject(1666, -228.4469, 1408.8757, 27.7870, 0.0000, 0.0000, 0.0000); //propbeerglass1
  24. g_Object[16] = CreateObject(1666, -228.4469, 1407.0639, 27.7870, 0.0000, 0.0000, 0.0000); //propbeerglass1
  25. g_Object[17] = CreateObject(1666, -228.7368, 1406.4533, 27.7870, 0.0000, 0.0000, 0.0000); //propbeerglass1
  26. g_Object[18] = CreateObject(1666, -229.2068, 1406.8937, 27.7870, 0.0000, 0.0000, 0.0000); //propbeerglass1
  27. g_Object[19] = CreateObject(336, -222.1296, 1404.0426, 28.9976, 87.4999, 0.0000, 0.0000); //bat
  28. g_Object[20] = CreateObject(346, -224.0305, 1405.4311, 27.7712, -90.0000, 0.2999, -105.0000); //colt45
  29.  
  30. Create3DTextLabel("Eingang", white, 794.0932,1687.0054,5.2813, 10, 0);
  31. Horst = CreateActor(179, 295.5726,-82.6340,1001.5156,355.5844);
  32. SetActorVirtualWorld(Horst, 4);
  33.  
  34. print("\n--------------------------------------");
  35. print("County Devils by Jeff");
  36. print("--------------------------------------\n");
  37. return 1;
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement