[Include] [ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ]
#32

Yeah and i have already did the .inc file in pawno.

So:

If i do what the told me i get this:
Код:
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(567) : error 017: undefined symbol "Enter"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(568) : error 017: undefined symbol "Buy"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(569) : error 017: undefined symbol "Rent"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(570) : error 017: undefined symbol "Sell"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(571) : error 017: undefined symbol "Lock"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(572) : error 017: undefined symbol "Mname"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(573) : error 017: undefined symbol "EatFood"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(574) : error 017: undefined symbol "Exercise"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(575) : error 017: undefined symbol "Exit"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(576) : error 017: undefined symbol "Mname"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(577) : error 017: undefined symbol "Info"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(578) : error 017: undefined symbol "Enter"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(579) : error 017: undefined symbol "Buy"
And if i put this:
Код:
new Mname[25] = " ";
new Info[256] = "Info";
new Buy[256] = "Buy";
new Rent[256] = "Rent";
new Exit[256] = "Get Out";
new Enter[256] = "Enter";
new Sell[256] = "Sell";
new Lock[256] = "Lock";
new EatFood[256] = "Eat Food";
new Exercise[256] = "Exercise";
I get this:
Код:
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(867) : error 017: undefined symbol "DestroyCurrentMenu"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(868) : error 017: undefined symbol "OnInfo"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(871) : error 017: undefined symbol "DestroyCurrentMenu"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(873) : error 017: undefined symbol "OnEnter"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(878) : error 017: undefined symbol "DestroyCurrentMenu"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(880) : error 017: undefined symbol "OnBuy"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(885) : error 017: undefined symbol "DestroyCurrentMenu"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(887) : error 017: undefined symbol "OnRent"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(892) : error 017: undefined symbol "DestroyCurrentMenu"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(893) : error 017: undefined symbol "SellHouse"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(896) : error 017: undefined symbol "DestroyCurrentMenu"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(897) : error 017: undefined symbol "LockHouse"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(919) : error 017: undefined symbol "DestroyCurrentMenu"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(920) : error 017: undefined symbol "OnInfo"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(923) : error 017: undefined symbol "DestroyCurrentMenu"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(925) : error 017: undefined symbol "OnEnter"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(930) : error 017: undefined symbol "DestroyCurrentMenu"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(932) : error 017: undefined symbol "OnBuy"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(937) : error 017: undefined symbol "DestroyCurrentMenu"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(939) : error 017: undefined symbol "OnRent"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(944) : error 017: undefined symbol "DestroyCurrentMenu"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(945) : error 017: undefined symbol "SellHouse"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(948) : error 017: undefined symbol "DestroyCurrentMenu"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(949) : error 017: undefined symbol "LockHouse"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(971) : error 017: undefined symbol "DestroyCurrentMenu"
C:\DOCUME~1\WackoX\BUREAU~1\SAMP-S~1\GAMEMO~1\SA.pwn(972) : error 017: undefined symbol "OnInfo"
26 Errorzzzz
Reply


Messages In This Thread
[ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ] - by Kapil - 09.07.2007, 17:54
Re: FS] - KAPIL's Instant House Constructions - ( KIHC ) is out !!! - by mikster1 - 09.07.2007, 18:07
Re: FS] - KAPIL's Instant House Constructions - ( KIHC ) is out !!! - by Warriors_Tornado - 09.07.2007, 18:09
Re: FS] - KAPIL's Instant House Constructions - ( KIHC ) is out !!! - by mikster1 - 09.07.2007, 18:18
Re: FS] - KAPIL's Instant House Constructions - ( KIHC ) is out !!! - by sebihunter - 09.07.2007, 18:29
Re: FS] - KAPIL's Instant House Constructions - ( KIHC ) is out !!! - by Kapil - 09.07.2007, 18:40
Re: FS] - KAPIL's Instant House Constructions - ( KIHC ) is out !!! - by mikster1 - 09.07.2007, 19:00
Re: FS] - KAPIL's Instant House Constructions - ( KIHC ) is out !!! - by Kapil - 09.07.2007, 19:05
Re: FS] - KAPIL's Instant House Constructions - ( KIHC ) is out !!! - by MaTrIx4057 - 09.07.2007, 19:11
Re: FS] - KAPIL's Instant House Constructions - ( KIHC ) is out !!! - by EvilHomer - 09.07.2007, 19:15
Re: FS] - KAPIL's Instant House Constructions - ( KIHC ) is out !!! - by MaTrIx4057 - 09.07.2007, 19:18
Re: FS] - KAPIL's Instant House Constructions - ( KIHC ) is out !!! - by Vax_One - 09.07.2007, 23:46
Re: FS] - KAPIL's Instant House Constructions - ( KIHC ) is out !!! - by marabon - 10.07.2007, 00:02
Re: FS] - KAPIL's Instant House Constructions - ( KIHC ) is out !!! - by Bardokas - 10.07.2007, 00:02
Re: FS] - KAPIL's Instant House Constructions - ( KIHC ) is out !!! - by marabon - 10.07.2007, 00:16
Re: FS] - KAPIL's Instant House Constructions - ( KIHC ) is out !!! - by Vax_One - 10.07.2007, 00:57
Re: FS] - KAPIL's Instant House Constructions - ( KIHC ) is out !!! - by Kapil - 10.07.2007, 01:45
Re: FS] - KAPIL's Instant House Constructions - ( KIHC ) is out !!! - by BlackJack69 - 10.07.2007, 02:13
Re: FS] - KAPIL's Instant House Constructions - ( KIHC ) is out !!! - by Kapil - 10.07.2007, 06:25
Re: FS] - KAPIL's Instant House Constructions - ( KIHC ) is out !!! - by Maikel - 10.07.2007, 06:40
Re: FS] - KAPIL's Instant House Constructions - ( KIHC ) is out !!! - by MaTrIx4057 - 10.07.2007, 06:53
Re: FS] - KAPIL's Instant House Constructions - ( KIHC ) is out !!! - by Kapil - 10.07.2007, 07:02
Re: FS] - KAPIL's Instant House Constructions - ( KIHC ) is out !!! - by MaTrIx4057 - 10.07.2007, 07:04
Re: FS] - KAPIL's Instant House Constructions - ( KIHC ) is out !!! - by Kapil - 10.07.2007, 07:06
Re: FS] - Kapil's Instant House Constructions - ( KIHC ) is out !!! - by [LSB]TheGame - 10.07.2007, 10:18
Re: FS] - Kapil's Instant House Constructions - ( KIHC ) is out !!! - by Kapil - 10.07.2007, 10:41
Re: FS] - Kapil's Instant House Constructions - ( KIHC ) is out !!! - by [LSB]TheGame - 10.07.2007, 10:56
Re: FS] - Kapil's Instant House Constructions - ( KIHC ) is out !!! - by Kapil - 10.07.2007, 11:10
Re: FS] - Kapil's Instant House Constructions - ( KIHC ) is out !!! - by [LSB]TheGame - 10.07.2007, 11:14
Re: FS] - Kapil's Instant House Constructions - ( KIHC ) is out !!! - by Alejandro - 10.07.2007, 11:17
Re: FS ] - [ Kapils Instant House Constructions ] - KIHC ] - by paublo4 - 23.10.2007, 19:34
Re: FS ] - [ Kapils Instant House Constructions ] - KIHC ] - by WackoX - 23.10.2007, 19:39
Re: FS ] - [ Kapils Instant House Constructions ] - KIHC ] - by Kapil - 24.10.2007, 01:31
Re: FS ] - [ Kapils Instant House Constructions ] - KIHC ] - by paublo4 - 24.10.2007, 01:41
Re: FS ] - [ Kapils Instant House Constructions ] - KIHC ] - by WackoX - 24.10.2007, 13:51
Re: FS ] - [ Kapils Instant House Constructions ] - KIHC ] - by Kapil - 24.10.2007, 13:54
Re: FS ] - [ Kapils Instant House Constructions ] - KIHC ] - by Lorrden - 24.10.2007, 16:43
Re: FS ] - [ Kapils Instant House Constructions ] - KIHC ] - by WackoX - 24.10.2007, 16:50
Re: FS ] - [ Kapils Instant House Constructions ] - KIHC ] - by Kapil - 24.10.2007, 17:48
Re: FS ] - [ Kapils Instant House Constructions ] - KIHC ] - by carljohno - 29.10.2007, 11:28
Re: [ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ] - by Serediucr - 30.10.2008, 12:14
Re: [ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ] - by MrNano - 31.10.2008, 02:47
Re: [ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ] - by x-cutter - 08.11.2008, 02:54
Re: [ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ] - by skada - 08.11.2008, 07:06
Re: [ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ] - by [WSR]Viper - 15.11.2008, 00:20
Re: [ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ] - by skada - 15.11.2008, 07:14
Re: [ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ] - by javind0 - 15.11.2008, 15:13
Re: [ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ] - by John_Firenze - 17.11.2008, 01:00
Re: [ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ] - by DMSOrg - 20.11.2008, 13:42
Re: [ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ] - by ratze - 22.11.2008, 01:06
Re: [ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ] - by Crezy-Boy - 31.12.2009, 19:49
Re: [ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ] - by [03]Garsino - 31.12.2009, 20:00
Re: [ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ] - by Crezy-Boy - 31.12.2009, 20:03
Re: [ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ] - by Puzi - 05.01.2010, 14:36
Re: [ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ] - by x-unit - 11.01.2010, 13:37
Re: [ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ] - by braduz - 21.01.2010, 20:39
Re: [ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ] - by [03]Garsino - 22.01.2010, 05:13
Re: [ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ] - by Juanxz - 22.01.2010, 14:16
Re: [ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ] - by braduz - 22.01.2010, 14:48
Re: [ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ] - by [03]Garsino - 22.01.2010, 15:05
Re: [ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ] - by braduz - 22.01.2010, 15:46
Re: [ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ] - by MaXSpeeD - 22.01.2010, 19:40
Re: [ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ] - by Cypress - 23.01.2010, 21:56
Re: [ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ] - by [MK]Soprano - 30.03.2010, 22:24
Re: [ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ] - by ruckfules99 - 03.04.2010, 21:37
Re: [ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ] - by Beausama - 05.04.2010, 15:51
Re: [ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ] - by scurky - 05.04.2010, 20:15
Re: [ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ] - by billiout - 27.04.2010, 19:33
Re: [ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ] - by Toni - 05.05.2010, 22:00
Re: [ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ] - by moshonas - 16.05.2010, 03:44
Re: [ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ] - by Jackster - 11.07.2010, 13:14
Re: [ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ] - by Doctor3 - 14.07.2010, 22:45
Re: [ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ] - by Arsham7 - 15.07.2010, 21:51
Re : [ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ] - by rbcrp - 12.12.2011, 21:23
Re : [ KIHC ] - [ Kapils Instant House Constructions ] - [ Redefined ] - by x-cutter - 27.12.2011, 22:51

Forum Jump:


Users browsing this thread: 1 Guest(s)