12.12.2012, 13:52
I get this always when I convert to F_Streamer (from CreateObject):
I need to get it like:
Some CreateObject line:
How to get it like above?
The problem is that it does not appear ingame but works without errors (compiles).
pawn Код:
F_CreateObject(11426,928.78906250,2367.48535156,13.69531441,89.24194336,0.00000000,268.24218750); //object(des_pueblo2) (1)
pawn Код:
F_CreateObject(18775, 437.83, 2551.23, 17.52, 4.00, 0.00, 0.00);
pawn Код:
CreateObject(11444,-25.15682983,2453.38500977,19.07908630,270.00000000,179.99450684,177.99499512); //object(des_pueblo2) (4)
pawn Код:
F_CreateObject(18775, 437.83, 2551.23, 17.52, 4.00, 0.00, 0.00);
The problem is that it does not appear ingame but works without errors (compiles).