07.05.2015, 13:17
Hello, I have been coding this morning (PH Time), and I've also search it here and in ******, but I cannot see any solution for my problem, My problem was on how to put an interiorid in my ObjectMaterial?
like what my code have
Everytime I will comply that it goes error.
But if I will try only the CreateObject, It worked.
Any solution for my problem? TIA, that who can help me with this..
like what my code have
Код:
SewerWall(19447, 2817.83130, 2673.74561, 9.79898, 0.00000, 0.00000, 90.00000, .interiorid = 1);
Код:
\Server\filterscripts\mapnibok2.pwn(13622) : error 017: undefined symbol "interiorid" \Server\filterscripts\mapnibok2.pwn(13622) : error 029: invalid expression, assumed zero \Server\filterscripts\mapnibok2.pwn(13622) : warning 215: expression has no effect
Код:
CreateObject(19447, 2817.83130, 2673.74561, 9.79898, 0.00000, 0.00000, 90.00000, .interiorid = 1);