SA-MP Forums Archive
[Include] S32_House v1.0.0 - Create house with just one line! (MySQL, YCMD, sscanf... A lot of functions & features) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Includes (https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] S32_House v1.0.0 - Create house with just one line! (MySQL, YCMD, sscanf... A lot of functions & features) (/showthread.php?tid=295534)

Pages: 1 2 3


Re: S32_House v1.0.0 - Create house with just one line! (MySQL, YCMD, sscanf... A lot of functions & features) - System64 - 27.07.2012

open S32_House.inc and press Ctrl + F and enter stock GetName, there you will se that stock GetName and stock GetWeapon are commented, just remove that comment! (/* ..code... */)


Respuesta: S32_House v1.0.0 - Create house with just one line! (MySQL, YCMD, sscanf... A lot of functions & features) - misho1 - 27.07.2012

Thnx It Worked!


Re: S32_House v1.0.0 - Create house with just one line! (MySQL, YCMD, sscanf... A lot of functions & features) - jueix - 28.07.2012

Do you need a mysql data base for this?


AW: S32_House v1.0.0 - Create house with just one line! (MySQL, YCMD, sscanf... A lot of functions & features) - BlackyvomBlackhausen - 29.07.2012

Hello...

Greatfull include

but i have a problem ...

I have included the S32_house.inc ...
but i have a error:

pawno\include\YSI\internal\y_dohooks.inc(1393) : warning 201: redefinition of constant/macro (symbol "OnPlayerCommandText")

can you help me?


Re: S32_House v1.0.0 - Create house with just one line! (MySQL, YCMD, sscanf... A lot of functions & features) - Littlehelper - 29.07.2012

Nice work.


AW: S32_House v1.0.0 - Create house with just one line! (MySQL, YCMD, sscanf... A lot of functions & features) - BlackyvomBlackhausen - 02.08.2012

anywhere help me pls with this warning?

Quote:

pawno\include\YSI\internal\y_dohooks.inc(1393) : warning 201: redefinition of constant/macro (symbol "OnPlayerCommandText")




Re: S32_House v1.0.0 - Create house with just one line! (MySQL, YCMD, sscanf... A lot of functions & features) - misho1 - 05.08.2012

How To Create House Car?


Re: S32_House v1.0.0 - Create house with just one line! (MySQL, YCMD, sscanf... A lot of functions & features) - System64 - 07.08.2012

Quote:
Originally Posted by misho1
View Post
How To Create House Car?
Take a look in the CreateHouse parameters

@BlackyvomBlackhausen - That's warning, just skip it!


Re: S32_House v1.0.0 - Create house with just one line! (MySQL, YCMD, sscanf... A lot of functions & features) - SumX - 20.08.2012

I am a jerk if I ask this,but wont yo convert it to y_ini?


Re: S32_House v1.0.0 - Create house with just one line! (MySQL, YCMD, sscanf... A lot of functions & features) - stormchaser206 - 04.10.2013

Where do you place the house.sql?


Re: S32_House v1.0.0 - Create house with just one line! (MySQL, YCMD, sscanf... A lot of functions & features) - .Wicked - 06.10.2013

Is this possible to use on non-sql?


Re: S32_House v1.0.0 - Create house with just one line! (MySQL, YCMD, sscanf... A lot of functions & features) - [black]jack - 15.11.2013

hello, i got error on my game-mode using ur housing system sir

pawn Код:
C:\Users\PERSONAL\Music\SAMP_GW\pawno\include\YSI\y_commands.inc(878) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\PERSONAL\Music\SAMP_GW\pawno\include\YSI\y_commands.inc(1437) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\PERSONAL\Music\SAMP_GW\pawno\include\YSI\y_commands.inc(1492) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\PERSONAL\Music\SAMP_GW\pawno\include\YSI\y_commands.inc(1545) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\PERSONAL\Music\SAMP_GW\pawno\include\YSI\y_commands.inc(1567) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\PERSONAL\Music\SAMP_GW\pawno\include\YSI\y_commands.inc(1630) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\PERSONAL\Music\SAMP_GW\pawno\include\YSI\y_commands.inc(1858) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\PERSONAL\Music\SAMP_GW\pawno\include\YSI\y_commands.inc(1962) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\PERSONAL\Music\SAMP_GW\pawno\include\YSI\y_commands.inc(2103) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\PERSONAL\Music\SAMP_GW\pawno\include\YSI\y_commands.inc(2400) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\PERSONAL\Music\SAMP_GW\pawno\include\S32_House.inc(142) : error 059: function argument may not have a default value (variable "VehicleID")
C:\Users\PERSONAL\Music\SAMP_GW\gamemodes\GW.pwn(35) : error 010: invalid function or declaration
C:\Users\PERSONAL\Music\SAMP_GW\gamemodes\GW.pwn(485) : warning 201: redefinition of constant/macro (symbol "hInfo")
C:\Users\PERSONAL\Music\SAMP_GW\gamemodes\GW.pwn(512) : error 021: symbol already defined: "HouseInfo"
C:\Users\PERSONAL\Music\SAMP_GW\gamemodes\GW.pwn(524) : error 025: function heading differs from prototype
C:\Users\PERSONAL\Music\SAMP_GW\gamemodes\GW.pwn(4034) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\PERSONAL\Music\SAMP_GW\gamemodes\GW.pwn(4035) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\PERSONAL\Music\SAMP_GW\gamemodes\GW.pwn(4037) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\PERSONAL\Music\SAMP_GW\gamemodes\GW.pwn(4038) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\PERSONAL\Music\SAMP_GW\gamemodes\GW.pwn(4039) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\PERSONAL\Music\SAMP_GW\gamemodes\GW.pwn(4040) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\PERSONAL\Music\SAMP_GW\gamemodes\GW.pwn(4041) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\PERSONAL\Music\SAMP_GW\gamemodes\GW.pwn(4042) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\PERSONAL\Music\SAMP_GW\gamemodes\GW.pwn(4043) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\PERSONAL\Music\SAMP_GW\gamemodes\GW.pwn(4044) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\PERSONAL\Music\SAMP_GW\gamemodes\GW.pwn(4045) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\PERSONAL\Music\SAMP_GW\gamemodes\GW.pwn(4046) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\PERSONAL\Music\SAMP_GW\gamemodes\GW.pwn(4047) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\PERSONAL\Music\SAMP_GW\gamemodes\GW.pwn(4048) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\PERSONAL\Music\SAMP_GW\gamemodes\GW.pwn(4049) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\PERSONAL\Music\SAMP_GW\gamemodes\GW.pwn(4050) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\PERSONAL\Music\SAMP_GW\gamemodes\GW.pwn(4051) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\PERSONAL\Music\SAMP_GW\gamemodes\GW.pwn(4052) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\PERSONAL\Music\SAMP_GW\gamemodes\GW.pwn(4053) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\PERSONAL\Music\SAMP_GW\gamemodes\GW.pwn(4054) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\PERSONAL\Music\SAMP_GW\gamemodes\GW.pwn(4055) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\PERSONAL\Music\SAMP_GW\gamemodes\GW.pwn(4056) : error 032: array index out of bounds (variable "HouseInfo")

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


26 Errors.



Re: S32_House v1.0.0 - Create house with just one line! (MySQL, YCMD, sscanf... A lot of functions & features) - Pa1n31 - 15.11.2013

lol, GW - Game World?


Re: S32_House v1.0.0 - Create house with just one line! (MySQL, YCMD, sscanf... A lot of functions & features) - AroseKhanNiazi - 31.03.2014

my game mode uses ZCMD so will it work ??


Re: S32_House v1.0.0 - Create house with just one line! (MySQL, YCMD, sscanf... A lot of functions & features) - nedisor - 20.05.2014

I create a new house, I set everything, but it still says house has just been created... Waht should i do? It doesn't export anything to database, but connecton to mysql is up.....