[FilterScript] [FS] v1.6e || Simple House System || 1 line = 1 house

Hello, i got a bug :

if i go to a house icon and type /enter it dont work, it doesnt do anything, not clienbt message because "not in house icon",not id do nothing.....i need help
Reply

Why does it crash my server, even though there aren't errors on the script?
Reply

I buy house and i lose connection
Reply

How can I spawn at my house?
Reply

for me its work perfect (i using fixed version from pasterbin) just oe thing i hawe 3 houses 2 owned and one for sale and when i get in house exit it icons GONE !

[EDIT]fixed it (just added to when play tupe /exit its set his virtual world to 0 and interior to 0)
Reply

Quote:
Originally Posted by DarK TeaM PT
yea me too ... but i pmґed Antironix and he said he can do it but he wont because takes some time... (desapointed...)
Quote:
Originally Posted by tour15
I wish if the is a way to make house cars enterable only for the owners of the house :\
Well, heaps of people have asked for it and a guy added me on msn for it :P. It's the script where if you enter a housecar that you don't own then it will eject you and you will not be able to drive the car (only the owner can =]).

http://pastebin.com/D06UFYmf
Reply

Every time i reload the fs then then i have to buy the houses again!
Reply

I dont have anything to say just TNXXXX alo man you help to alot peoples with this FS tnx
Reply

When i have 4 houses then i just fall out of the sky when i enter the third one and the fourth!!!

Here is the code!

Код:
AddHouse(0, 629.8584,-2866.1978,1.9090, 2324.419921,-1145.568359,1050.710083, 0, 0, 12, 0);
	AddHouse(1, 612.7137,-2866.1357,1.9090,2315.952880,-1.618174,26.742187, 0, 0, 0, 0);
	AddHouse(2, 531.4000,-2933.1196,1.9090, 328.1465, 1478.4457,1084.4375, 0, 0, 15, 0);
	AddHouse(3, 540.7208,-2866.2112,1.9090, 2350.339843,-1181.649902,1027.976562, 10, 150000, 5, 0);
Reply

When i have 4 houses then i just fall out of the sky when i enter the third one and the fourth!!!

Here is the code!

pawn Код:
AddHouse(0, 629.8584,-2866.1978,1.9090, 2324.419921,-1145.568359,1050.710083, 0, 0, 12, 0);
    AddHouse(1, 612.7137,-2866.1357,1.9090,2315.952880,-1.618174,26.742187, 0, 0, 0, 0);
    AddHouse(2, 531.4000,-2933.1196,1.9090, 328.1465, 1478.4457,1084.4375, 0, 0, 15, 0);
    AddHouse(3, 540.7208,-2866.2112,1.9090, 2350.339843,-1181.649902,1027.976562, 10, 150000, 5, 0);
Reply

Server looses the connection when I try the commands. You need to change the system. Make only the owners set houses then players to buy and sell rent etc...
Reply

Quote:
Originally Posted by Jackass123
When i have 4 houses then i just fall out of the sky when i enter the third one and the fourth!!!

Here is the code!

pawn Код:
AddHouse(0, 629.8584,-2866.1978,1.9090, 2324.419921,-1145.568359,1050.710083, 0, 0, 12, 0);
    AddHouse(1, 612.7137,-2866.1357,1.9090,2315.952880,-1.618174,26.742187, 0, 0, 0, 0);
    AddHouse(2, 531.4000,-2933.1196,1.9090, 328.1465, 1478.4457,1084.4375, 0, 0, 15, 0);
    AddHouse(3, 540.7208,-2866.2112,1.9090, 2350.339843,-1181.649902,1027.976562, 10, 150000, 5, 0);
Make sure it's the right house co-ords .
Reply

I have a new bug: When I go into a house, everything is normal, but when I leave the house, the icons of the houses disappear. How to fix this?
Reply

Quote:
Originally Posted by Sh@rp Kil|er
Hey guys when i try to compile i get this error


F:\Games\Rockstar Games\samp03asvr_R7_win32\filterscripts\aHouse.pwn (979) : warning 203: symbol is never used: "strtok"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Warning.


can someone help me plz
enter in the end fashion

strtok(const string[],valve)
{
new index=valve;
new length = strlen(string);
while ((index < length) && (string[index] <= ' '))
{
index++;
}

new offset = index;
new result[20];
while ((index < length) && (string[index] > ' ') && ((index - offset) < (sizeof(result) - 1)))
{
result[index - offset] = string[index];
index++;
}
result[index - offset] = EOS;
return result;
}
Reply

can anyone help me like maybe even if u do GMX. the house u bought is still yours and spawn to your house:/
Reply

when i do #include <a_House> and compile it says "cannot read form file a_House what did i do wrong?
Reply

This is a great [FS] but I have a question. I logged in with RCon (I don`t have other admin system) and I can use all comands. How can I teleport to an interior? I want to create my own, not to use tutorial`s ;]
Reply

Say when you walk up to the icon. How can I get the house Id to come up under the price
Reply

Quote:
Originally Posted by Red Hockey
Say when you walk up to the icon. How can I get the house Id to come up under the price
never mind figured it out
Reply

Quote:
Originally Posted by franciskyle09
can anyone help me like maybe even if u do GMX. the house u bought is still yours and spawn to your house:/
When you buy a house, it is written to a .ini file which is read when the server loads. Even if you do gmx or shutdown the server completely you should spawn at your house and it should still be yours
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)