2 Problems - 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)
+--- Thread: 2 Problems (
/showthread.php?tid=437354)
2 Problems -
Latisha - 15.05.2013
Hello,
I added a custom map, but the defult objects are lost.(like LSPD door)
This is the first problem.
The second problem is,
I wanna change enter key, like "y" button to enter a biz, or house.
Re: 2 Problems -
DeMoX - 15.05.2013
For the first problem, you must check your removed objects
1.This code removes the default objects (you might removed one wrongly)
Код:
RemoveBuildingForPlayer
2.Read SA-MP Wiki,
How to use and
and the list of all keys
Re: 2 Problems -
Latisha - 15.05.2013
Nothing removed.
Re: 2 Problems -
DeMoX - 15.05.2013
'the defult objects are lost', tough you meant objects removed, so what you mean? :/
Re: 2 Problems -
Latisha - 16.05.2013
I don't use RemoveBuildingForPlayer. But the objects are gone
Re: 2 Problems -
Facerafter - 16.05.2013
Maybe to many objects loaded?
Re: 2 Problems -
Latisha - 16.05.2013
I found the problem.
The MAX_OBJECTS script is too little.