[Include] S32_House v1.0.0 - Create house with just one line! (MySQL, YCMD, sscanf... A lot of functions & features)
#41

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... */)
Reply
#42

Thnx It Worked!
Reply
#43

Do you need a mysql data base for this?
Reply
#44

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?
Reply
#45

Nice work.
Reply
#46

anywhere help me pls with this warning?

Quote:

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

Reply
#47

How To Create House Car?
Reply
#48

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!
Reply
#49

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

Where do you place the house.sql?
Reply
#51

Is this possible to use on non-sql?
Reply
#52

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.
Reply
#53

lol, GW - Game World?
Reply
#54

my game mode uses ZCMD so will it work ??
Reply
#55

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.....
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)