[FilterScript] PPC_Housing
#41

this is not smart as garhouse ! thnanks
Reply
#42

Nice.
Reply
#43

I installed the plugin and the filterscript, but my server crashes when i start the server , since i added the streamer plugin...

Can anyone help me?
Reply
#44

Quote:
Originally Posted by PowerPC603
View Post
Did you create the required folders in the scriptfiles folder?
The script may crash if those folders aren't present.
:O idk that, thanks, this fs works perfecty
Reply
#45

Server crash caused by native CreateDynamicMapIcon() called at address 1590 in 'filterscripts/housing.amx'

How can i fix that?
Reply
#46

I have the original gamemode script for houses, there is no line for MAX_PLAYER owned houses to edit, only this:

Code:
// Check if the player has room for another house (he hasn't bought the maximum amount of houses per player yet)
	// and get the slot-id
	for (new HouseIndex; HouseIndex < MAX_HOUSESPERPLAYER; HouseIndex++) // Loop through all house-slots of the player
		if (APlayerData[playerid][Houses][HouseIndex] == 0) // Check if this house slot is free
		    return HouseIndex; // Return the free HouseIndex for this player
and this:

Code:
// his function returns "1" if the given player is the owner of the given house
House_PlayerIsOwner(playerid, HouseID)
{
	// Loop through all houses owner by this player
	for (new i; i < MAX_HOUSESPERPLAYER; i++)
	{
		// Check if the player owns the house in any of his house-slots
		if (APlayerData[playerid][Houses][i] == HouseID)
		    return 1;
	}

	// If the player doesn't own the house, return 0
	return 0;
Help please?
Reply
#47

suggestion
Please Put /Sellhouse Command For Rcon Admin
Reply
#48

nice script, thank bro.
Reply
#49

Best!
Reply
#50

oh my god,this is just awesome housing system. Thank you very much PowerPc.
Reply
#51

Is there a way to add more carslots even if the interiro is still 10?
Reply
#52

you must drive to your house? No tele cmd like /house?
Reply
#53

Dont worry fixed it myself Love it going to use it on my server thanks a tone ppc
Reply
#54

I can't create house it says "Unknown command" i tried it with rcon admin..
Reply
#55

add in server cfg. Name of FS?
And load it.
Reply
#56

Quote:
Originally Posted by [LHT]Bally
View Post
my server restarts when i try to createhouse :S
and this is better than Garhouse it is your opinion `?
Reply
#57

Quote:
Originally Posted by titanak
View Post
and this is better than Garhouse it is your opinion `?
i forgot to put houses folder in scriptfiles.
Reply
#58

nvm...
Reply
#59

Quote:
Originally Posted by [LHT]Bally
View Post
i have fixed it now lol i failed before


How you fixed it. I have the same problem
Reply
#60

Best !!! I will use it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)