Help me With Houses - 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: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help me With Houses (
/showthread.php?tid=249355)
Help me With Houses -
Salsa - 18.04.2011
I create Houses on My Server But a problem
Tell me Where i add This
Quote:
AddProperty("MyHouse", 1652.44, 2710.27, 10.82, 7000, 5000, 1000);
|
Re: Help Me -
nemesis_567 - 18.04.2011
you have to tell what code are you using to add houses. Probably that'll should be used as a command or you could put it under ongamemodeinit and remove it's dynamism-
Re: Help Me -
aircombat - 18.04.2011
under OnGameModeInit
Re: Help Me -
Salsa - 18.04.2011
I Add but public OnGameModeInit()
C:\Documents and Settings\Admin\Desktop\New Folder\gamemodes\lvdm.pwn(4271) : error 017: undefined symbol "AddProperty"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Re: Help Me -
aircombat - 18.04.2011
then u didnt define AddProperty or didnt download the script/include defining it
Re: Help Me -
Salsa - 18.04.2011
Help Please
Re: Help me With Houses -
Salsa - 18.04.2011
No one Real Scripter There this is my 4th problem All unsoleved
Re: Help me With Houses -
Stigg - 18.04.2011
pawn Код:
public OnGameModeInit()
{
AddProperty("MyHouse", 1652.44, 2710.27, 10.82, 7000, 5000, 1000);
//ect.......
return 1;
}
Some more info would be cool, how are you defining your property's ?
Re: Help me With Houses -
Salsa - 18.04.2011
Now what is this
Quote:
C:\Documents and Settings\Admin\Desktop\New Folder\gamemodes\lvdm.pwn(6647) : error 017: undefined symbol "AddProperty"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
|
Re: Help me With Houses -
Stigg - 18.04.2011
Quote:
Originally Posted by Salsa
Now what is this
|
How are you defining your property's ?