CreateProperty - 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: CreateProperty (
/showthread.php?tid=116579)
CreateProperty -
_Sami_ - 29.12.2009
Код:
C:\Documents and Settings\Administrator\Desktop\gamemodes\lvdm.pwn(4119) : error 017: undefined symbol "CreateProperty"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
can any one help me ?
Код:
CreateProperty("my house", 100.0, 200.0, 10.0, 100000, 20000);
Re: CreateProperty -
armyoftwo - 29.12.2009
What do you use?
Re: CreateProperty -
Oxside - 29.12.2009
Wich filterscript? Sa-mp's default (gl_property) ?
Or a FS/INc from the forum
Re: CreateProperty -
_Sami_ - 29.12.2009
Under OnGameModeInit i wrote this and it giving me these errors
Iam using 0.3a R4
Re: CreateProperty -
_Sami_ - 29.12.2009
no one knows?
Re: CreateProperty -
WardenCS - 29.12.2009
u gotta define CreatePorperty ?
Re: CreateProperty -
_Sami_ - 29.12.2009
Quote:
Originally Posted by Fog
u gotta define CreatePorperty ?
|
i havent defined it dont know how to define it
Re: CreateProperty -
Sergei - 29.12.2009
You need to create that function to use it
Re: CreateProperty -
_Sami_ - 29.12.2009
Quote:
Originally Posted by $ЂЯĢ
You need to create that function to use it
|
i doesnt know how to .Any site by which i can get it or if you will help me
Re: CreateProperty -
JoeDaDude - 29.12.2009
CreateProperty = Not a valid function on pawno script,
Use a include or something like:
http://forum.sa-mp.com/index.php?topic=61588.0
You might want to recompile