怎么在加游戏开始的木材
在J 里要加开始的木材 是哪个语句 高手教下 加个Jfunction Trig_cshjm_Func001002 takes nothing returns nothing
call SetPlayerStateBJ( GetEnumPlayer(), PLAYER_STATE_RESOURCE_LUMBER, 木材数量 )
endfunction
function Trig_cshjm_Actions takes nothing returns nothing
call ForForce( GetPlayersAll(), function Trig_cshjm_Func001002 )
endfunction
//===========================================================================
function InitTrig_cshjm takes nothing returns nothing
set gg_trg_cshjm = CreateTrigger( )
call TriggerRegisterTimerEventSingle( gg_trg_cshjm, 0.00 )
call TriggerAddAction( gg_trg_cshjm, function Trig_cshjm_Actions )
endfunction
回复 2楼 暗の天使 的帖子
如果可以让这东西换成中文的就好了呵呵就是
[bq14] [bq14] [bq14] [bq14]页:
[1]