SA-MP Forums Archive
Help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help (/showthread.php?tid=217021)



Help - darkknight123 - 26.01.2011

Im trying to make a RP server but there is no LSPD interrior Alahambra or any 24/7's and no Hospitle! is there any way i can script a /createinterrior [ID] and it creates the pickup for it without haveing to get a bazzilion cordinates please help


Re: Help - bartje01 - 26.01.2011

Use this:
https://sampforum.blast.hk/showthread.php?tid=162055

Follow the instructions

Once you've downloaded the file put it in your serverfolder->pawno->includes

Then open your gamemode and on top:

#include <C-ints>


Re: Help - darkknight123 - 26.01.2011

iv tryed that but now i get a few errors in my script

Quote:

C:\Documents and Settings\gamer\Desktop\\gamemodes\.pwn(935) : error 021: symbol already defined: "PickupID"
C:\Documents and Settings\gamer\Desktop\RG-RP\gamemodes\.pwn(9216) : error 033: array must be indexed (variable "PickupID")
C:\Documents and Settings\gamer\Desktop\RG-RP\gamemodes\.pwn(9217) : error 033: array must be indexed (variable "PickupID")
C:\Documents and Settings\gamer\Desktop\RG-RP\gamemodes\.pwn(921 : error 033: array must be indexed (variable "PickupID")
C:\Documents and Settings\gamer\Desktop\RG-RP\gamemodes\.pwn(11005) : error 021: symbol already defined: "OnPlayerPickUpPickup"
C:\Documents and Settings\gamer\Desktop\RG-RP\gamemodes\.pwn(14220) : warning 217: loose indentation
C:\Documents and Settings\gamer\Desktop\RG-RP\gamemodes\.pwn(15090) : error 033: array must be indexed (variable "PickupID")
C:\Documents and Settings\gamer\Desktop\RG-RP\gamemodes\.pwn(16741) : warning 225: unreachable code
C:\Documents and Settings\gamer\Desktop\RG-RP\gamemodes\.pwn(16775) : warning 225: unreachable code
C:\Documents and Settings\gamer\Desktop\RG-RP\gamemodes\.pwn(16809) : warning 225: unreachable code
C:\Documents and Settings\gamer\Desktop\RG-RP\gamemodes\.pwn(16843) : warning 225: unreachable code
C:\Documents and Settings\gamer\Desktop\RG-RP\gamemodes\.pwn(1737 : warning 217: loose indentation
C:\Documents and Settings\gamer\Desktop\RG-RP\gamemodes\.pwn(17393) : warning 217: loose indentation
C:\Documents and Settings\gamer\Desktop\RG-RP\gamemodes\.pwn(20251) : warning 217: loose indentation
C:\Documents and Settings\gamer\Desktop\RG-RP\gamemodes\.pwn(25049) : warning 225: unreachable code
C:\Documents and Settings\gamer\Desktop\RG-RP\gamemodes\.pwn(25133) : warning 217: loose indentation
C:\Documents and Settings\gamer\Desktop\RG-RP\gamemodes\.pwn(29911) : warning 217: loose indentation
C:\Documents and Settings\gamer\Desktop\RG-RP\gamemodes\.pwn(29923) : warning 217: loose indentation
C:\Documents and Settings\gamer\Desktop\RG-RP\gamemodes\.pwn(32381) : error 033: array must be indexed (variable "PickupID")
C:\Documents and Settings\gamer\Desktop\RG-RP\gamemodes\.pwn(32382) : error 033: array must be indexed (variable "PickupID")
C:\Documents and Settings\gamer\Desktop\RG-RP\gamemodes\.pwn(32686) : error 033: array must be indexed (variable "PickupID")




Re: Help - bartje01 - 26.01.2011

show me the errors.


Re: Help - darkknight123 - 26.01.2011

there


Re: Help - A.Bowers - 27.01.2011

There is a filterscript out there were you can create the interior and the markers right in - game, but have no clue where it is search the filterscript section.