12.12.2014, 13:41
pawn Код:
new String[108];
format( String, sizeof(String), "%s\nSpauskite [ENTER]", eInfo[e][Name]);
eInfo[e][EntrancesText] = CreateDynamic3DTextLabel(String, CHATCOLOR_RED, eInfo[e][enterPos][0], eInfo[e][enterPos][1], eInfo[e][enterPos][2], 20.0);
eInfo[e][ExitText] = CreateDynamic3DTextLabel(String, CHATCOLOR_RED, eInfo[e][exitPos][0], eInfo[e][exitPos][1], eInfo[e][exitPos][2], 20.0, .worldid = eInfo[e][Settings][1], .interiorid = eInfo[e][Settings][0]);