CreateHouse ?
#1

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
Reply
#2

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

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

The symbol is not a function.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)