SA-MP Forums Archive
CreateHouse ? - 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)
+--- Thread: CreateHouse ? (/showthread.php?tid=495200)



CreateHouse ? - alishvasis - 16.02.2014

Hi I CreateHouse In My Game Mode This is Code
Код:
        new CreateHouse;
	CreateHouse(1734.1268, -2098.6392, 14.0366, 	223.043991, 1289.259888, 1082.199951, 50000, 1);
And Give Me This Errors Pls Fix It I Rep You TnX

Код:
error 012: invalid function call, not a valid address
warning 215: expression has no effect
error 001: expected token: ";", but found ")"
error 029: invalid expression, assumed zero
fatal error 107: too many error messages on one line



Re: CreateHouse ? - xo - 19.02.2014

This is not a valid function ( CreateHouse ) you can't just use " new CreateHouse; "


Re: CreateHouse ? - Bingo - 19.02.2014

Add this under OnGameModeInIt:
Код:
CreateHouse(1734.1268, -2098.6392, 14.0366, 	223.043991, 1289.259888, 1082.199951, 50000, 1);



Re: CreateHouse ? - ACI - 19.02.2014

The symbol is not a function.