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

Hey, when i try to compile it gives me these error =
Quote:

C:\Documents and Settings\All Users\Documentos\SA Multiplayer\San Andreas Multiplayer Server\pawno\include\dini.inc(11 : warning 208: function with tag result used before definition, forcing reparse

Someone has an idea of what is this??, i know it's only a warning... but makes the script NO TO WORK!

okeasem some help
Reply
#42

I got no error anymore, but when I start server it shuts down.
Reply
#43

Nice, only it would be a problem for people exceeding the map icon limit.
Reply
#44

Quote:
Originally Posted by Grove
Nice, only it would be a problem for people exceeding the map icon limit.
Jup, i will first make /lock,/unlock(i didn't had the time yet ). If you have some other suggestions i want to hear it .
Reply
#45

Quote:
Originally Posted by B.I.G.
you can add map icons to your includes
Oracles using this,and we are going to be placing a hell of a lot of houses, and most will be extremely close together, so if this was included, it would exceed the limits on many servers.

Antironix: maybe add /rentroom ?
Reply
#46

Antironix 1 more bug go to whatever interior type exit and i in my isle
Reply
#47

Quote:
Originally Posted by Muham3D
Antironix 1 more bug go to whatever interior type exit and i in my isle
autsj, yes. I knew that one, thanks for letting me know. I will try to fix that one.
Reply
#48

can you make IfGotPlayerHouse or IsPlayerInHouse?
Reply
#49

For that first one i need to make a user file. I will do that in Houses>UserHouse. And i can make the second one yes.

If i have some more time, i will do it.
Reply
#50

i got a problem if i add this:
Код:
AddHouse(0, 2351.100097, -1041.000000, 54.000000, 1.200000, -3.400000, 999.400024, 25000, 13500, 2);
AddHouse(1, 2066.600097, -1703.500000, 14.100000, 244.500000, 305.000000, 999.099975, 50000, 25000, 1);
AddHouse(2, 2238.100097, -1905.500000, 14.899991, 267.100006, 305.000000, 999.099975, 50000, 25000, 2);
AddHouse(3, 1111.500000, -974.700012, 42.700000, 301.299987, 306.299987, 1003.500000, 50000, 25000, 4);
AddHouse(4, 2486.600097, -2020.500000, 13.500000, 344.299987, 305.200012, 999.099975, 50000, 25000, 6);
AddHouse(5, 2652.800048, -1991.099975, 13.500000, 446.100006, 507.899993, 1001.400024, 100000, 50000, 12);
AddHouse(6, 2495.399902, -1374.900024, 28.799999, -42.400001, 1408.199951, 1084.400024, 150000, 75000, 8);
AddHouse(7, 1905.900024, -1113.699951, 26.600000, 2464.100097, -1698.599975, 1013.500000, 150000, 75000, 2);
AddHouse(8, 836.299987, -894.299987, 68.699996, 386.100006, 1471.800048, 1080.099975, 150000, 75000, 15);
AddHouse(9, 2142.699951, -1605.500000, 14.300000, 221.600006, 1143.599975, 1082.599975, 150000, 75000, 4);
AddHouse(10,768.099975,-1696.500000,5.099997,260.600006,1238.800048,1084.199951, 250000, 125000, 9);
AddHouse(11,652.099975,-1619.900024,15.000000,261.000000,1286.000000,1080.199951, 250000, 125000, 4);
AddHouse(12,1838.099975,-1418.000000,13.500000,745.299987,1437.699951,1102.699951, 250000, 125000, 6);
AddHouse(13,1685.300048,-1463.800048,13.500000,376.299987,1417.199951,1081.300048, 250000, 125000, 15);
AddHouse(14,812.700012,-1456.599975,13.699995,27.100000,1341.099975,1084.300048, 250000, 125000, 10);
AddHouse(15,2434.899902,-1320.800048,24.799999,2526.399902,-1679.000000,1015.400024, 250000, 125000, 1);
AddHouse(16,2847.800048,-1309.599975,14.699995,222.800003,1288.699951,1082.099975, 250000, 125000, 1);
AddHouse(17,2144.399902,-1803.099975,16.100000,23.000000,1405.599975,1084.400024, 250000, 125000, 5);
AddHouse(18,2486.399902,-1645.400024,14.000000,235.300003,1189.199951,1080.199951, 250000, 125000, 3);
AddHouse(19,989.299987,-828.000000,95.400001,447.000000,1400.300048,1084.300048, 500000, 250000, 2);
AddHouse(20,1496.900024,-689.099975,95.099998,234.199996,1064.900024,1084.199951, 500000, 250000, 6);
AddHouse(21,1243.000000,-1100.900024,27.899999,327.899993,1478.300048,1084.400024, 500000, 250000, 15);
AddHouse(22,827.900024,-858.500000,70.300003,295.399993,1473.199951,1080.199951, 500000, 250000, 15);
AddHouse(23,979.599975,-676.000000,121.900001,140.399993,1370.300048,1083.800048, 1000000, 500000, 5);
AddHouse(24,1111.500000,-741.900024,100.099998,489.700012,1402.500000,1080.199951, 1000000, 500000, 2);
AddHouse(25,251.600006,-1220.900024,75.800003,83.300003,1324.699951,1083.800048, 1000000, 500000, 9);
AddHouse(26,1468.400024,-903.700012,54.799999,231.399993,1114.099975,1080.900024, 2000000, 1000000, 5);
then i conect and go to 1 of the houses then i cant see the icon and when i do /buy then i got a message you are not in a house icon!

Reply
#51

did you add those Addhouse before any pickup creation? And did you exeeded the pickup limit?
Reply
#52

it works i stand on the wrong place
Reply
#53

Well i found the problem it was the pickups in my gamemode

Reply
#54

whaaa can somone help me...
Now i have 26 houses but when i add more i get a problem.

When you exit a house everything disapear i mean all players and all cars

if someone can and want to help me add me please or send a email

houtwijker@msn.com
Reply
#55

Quote:
Originally Posted by wijnkamp
whaaa can somone help me...
Now i have 26 houses but when i add more i get a problem.

When you exit a house everything disapear i mean all players and all cars

if someone can and want to help me add me please or send a email

houtwijker@msn.com
Look through the last 3-5 pages, the answer is in it.
Reply
#56

What happened to the post?

I need to re-download
and
Need the format for creating a house
Reply
#57

Quote:
Originally Posted by Wadabak
I stopped developing for the public. I will keep it for my own now.

Please don't post links of this FS here.
Reply
#58

The actuall reason is that some servers are abusing this system and I get WAY to many msn invitations.
Reply
#59

oh damn, just not in time
just starting my rp script. oh well
Reply
#60

When people ask why their server crashes when it starts ignore that post. tell them to read the topic instead and maby people will learn to read and stop frustration of the people monitoring this.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)