Code: Select all
call CreateQuestBJ( bj_QUESTTYPE_REQ_DISCOVERED, "ter", "looool", "ReplaceableTextures\\CommandButtons\\BTNAmbush.blp" )
Moderator: Cheaters
Code: Select all
call CreateQuestBJ( bj_QUESTTYPE_REQ_DISCOVERED, "ter", "looool", "ReplaceableTextures\\CommandButtons\\BTNAmbush.blp" )
10x man it worked now I can finish my mapHINDYhat wrote:You need double slashes for the path. Try this instead:
Code: Select all
call CreateQuestBJ( bj_QUESTTYPE_REQ_DISCOVERED, "ter", "looool", "ReplaceableTextures\\CommandButtons\\BTNAmbush.blp" )