[HELP] Adding Houses
#1

Got a problem!!

(scroll down for the whole Createhouse code)

How can i make this work :S
pawn Код:
CreateHouse(0,2459.547363,-1690.012451,13.543198,225000,"Grove St. N1");
i only get

Код:
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(285) : error 017: undefined symbol "CreateHouse"
The whole 2250 houses
http://pastebin.com/382Guebm

Код:
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(285) : error 017: undefined symbol "CreateHouse"
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(286) : error 017: undefined symbol "CreateHouse"
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(287) : error 017: undefined symbol "CreateHouse"
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(288) : error 017: undefined symbol "CreateHouse"
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(289) : error 017: undefined symbol "CreateHouse"
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(290) : error 017: undefined symbol "CreateHouse"
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(291) : error 017: undefined symbol "CreateHouse"
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(292) : error 017: undefined symbol "CreateHouse"
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(293) : error 017: undefined symbol "CreateHouse"
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(294) : error 017: undefined symbol "CreateHouse"
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(295) : error 017: undefined symbol "CreateHouse"
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(296) : error 017: undefined symbol "CreateHouse"
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(297) : error 017: undefined symbol "CreateHouse"
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(298) : error 017: undefined symbol "CreateHouse"
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(299) : error 017: undefined symbol "CreateHouse"
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(300) : error 017: undefined symbol "CreateHouse"
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(301) : error 017: undefined symbol "CreateHouse"
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(302) : error 017: undefined symbol "CreateHouse"
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(303) : error 017: undefined symbol "CreateHouse"
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(304) : error 017: undefined symbol "CreateHouse"
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(305) : error 017: undefined symbol "CreateHouse"
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(306) : error 017: undefined symbol "CreateHouse"
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(307) : error 017: undefined symbol "CreateHouse"
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(308) : error 017: undefined symbol "CreateHouse"
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(309) : error 017: undefined symbol "CreateHouse"
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(310) : error 017: undefined symbol "CreateHouse"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


26 Errors.
Reply
#2

This would be Really useful for me as well because i'm trying to script this into my gamemode too!
Reply
#3

(sorry for double post)

If i do:
pawn Код:
#define CreateHouse
il get these errors:

Код:
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(286) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(287) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(288) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(289) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(290) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(291) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(292) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(293) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(294) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(295) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(296) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(297) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(298) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(299) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(300) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(301) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(302) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(303) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(304) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(305) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(306) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(307) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(308) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(309) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(310) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(311) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(312) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(313) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(314) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(315) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(316) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(317) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(318) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(319) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(320) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(321) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(322) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(323) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(324) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(325) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(326) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(327) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(328) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(329) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(330) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(331) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(332) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(333) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(334) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(335) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(336) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(337) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(338) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(339) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(340) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(341) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(342) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(343) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(344) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(345) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(346) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(347) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(348) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(349) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(350) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(351) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(352) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(353) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(354) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(355) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(356) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(357) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(358) : warning 215: expression has no effect
C:\Documents and Settings\Old Smurf\My Documents\Hдmtade filer\Ravens\Ravens\gamemodes\rp.pwn(359) : warning 215: expression has no effect
Reply
#4

did you put the CreateHouse stock/public in the GM?
Reply
#5

Quote:
Originally Posted by Hal
Посмотреть сообщение
did you put the CreateHouse stock/public in the GM?
the houses are on Ongamemodeinit
Reply
#6

you are kidding me right?... you have to do the write the function...
Reply
#7

Quote:
Originally Posted by XePloiT
Посмотреть сообщение
you are kidding me right?... you have to do the write the function...
what function? im VERY noob at createhouse part
Reply
#8

the CreateHouse... there is no build in function such as CreateHouse
Reply
#9

Quote:

Originally Posted by XePloiT
the CreateHouse... there is no build in function such as CreateHouse

So would you be able to make one that has "CreateHouse"
Reply
#10

Quote:
Originally Posted by XePloiT
Посмотреть сообщение
the CreateHouse... there is no build in function such as CreateHouse
Quote:
Originally Posted by Tessar
Посмотреть сообщение
So would you be able to make one that has "CreateHouse"
We need help D: i rlly want this working :S
Reply


Forum Jump:


Users browsing this thread: 6 Guest(s)