03.09.2016, 17:05
Hey guys i just compile a gamemode and i get this error
is at this line:
can some1 give me an idea ?
i used instead of "stock" i put "function" and after i compiled it said that "is not implemented"
Код HTML:
C:\Users\StR\Desktop\Scripting\snake\gamemodes\server.pwn(29483) : warning 208: function with tag result used before definition, forcing reparse
Код HTML:
stock Text3D:CreateStreamed3DTextLabel(const string[], color, Float:posx, Float:posy, Float:posz, Float:draw_distance, virtualworld, testlos = 0) { return CreateDynamic3DTextLabel(string, color, posx, posy, posz, draw_distance, INVALID_PLAYER_ID, INVALID_PLAYER_ID, testlos, virtualworld, -1, -1, 100.0); }
i used instead of "stock" i put "function" and after i compiled it said that "is not implemented"