11.10.2011, 21:10
Quote:
When I type /housemenu and click the options, none of them work? When I try to click on one it doesn\'t do anything.
|
That would explain why the dialogs don\'t respond to anything.
In every filterscript, you need "return 0;" in the OnDialogResponse callback.
Otherwise the server will only process the first filterscript\'s dialogs and then it stops, as the server thinks that all scripts have been processed.
It\'s all explained here: https://sampwiki.blast.hk/wiki/OnDialogResponse
Quote:
Depends on what you look after; Your housecar thing is much better than in mine though, I can admit that.
However, my house system supports editing most of the things in game (creating new house interiors for example, while yours dont). I guess we could argue about it all the day. |
But I\'m also not trying to compete with yours either.
I\'ve seen a tutorial how to create houses about 9 months ago and started writing my own housing system.
I\'ve tested some interiors, but some are bugged (like the house where you needed to save the girl from fire in single player game). This interior has some missing textures and collisions.
I\'ve just taken 10 interiors that worked without bugs and hardcoded them.
I like to create everything myself, as I found out other people\'s code can be hard to follow and most of the time, bugs are present, which are hard to fix too if you can\'t follow the coding system of someone else.
I\'m not saying your script has bugs in it (I\'ve never tested it).