Suggestion on this function that i made - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Suggestion on this function that i made (/Thread-Suggestion-on-this-function-that-i-made) |
Suggestion on this function that i made - Rizz - 01-09-2013 11:42 AM Hi all, i need a secure way to check if a player is inside a deed house. I used this function made by myself: PHP Code: [FUNCTION ISINHOUSE] What do you think? RE: Suggestion on this function that i made - Shaklaban - 01-09-2013 03:33 PM you can use isonhouse function from community packs house system: PHP Code: [FUNCTION IsOnHouse] RE: Suggestion on this function that i made - Rizz - 01-10-2013 05:28 AM Thx ;D |