13.05.2012, 12:05
Put it under OnGameModeInit. You must find object model ID for a statue, because I don't know... Here's a code, replace "modelid" to statue object model ID.
I used yellow color for it (0xFFFF00FF), so change this if you want.
Код:
CreateObject(modelid,1712.4718,-1853.3424,13.5721,0.0,0.0,0.0); Create3DTextLabel("Your text goes here!",0xFFFF00FF,1712.4718,-1853.3424,13.5721,40.0,0,0);