|
楼主 |
发表于 2009-11-29 10:24:27
|
显示全部楼层
对了 ! 竟然有人说使用 Trigger相关函数
也可以同步数据!!
并且可以保证最终接纳的数据就是此方法同步上去的。。
即:
if GetLocalPlayer()==2 then
call StoreInteger(XX,XX,XX,2)
call SyncStoredInteger(XX,XX,XX,)
endif
if GetLocalPlayer()==3 then
call StoreInteger(XX,XX,XX,3)
call SyncStoredInteger(XX,XX,XX,)
endif
if GetLocalPlayer()==4 then
call StoreInteger(XX,XX,XX,4)
call SyncStoredInteger(XX,XX,XX,)
endif
if GetLocalPlayer()==5 then
call 未知方法同步数据 5
endif
call call StoreInteger(XX,XX,XX,0)
call DisplayTimedTextToPlayer(GetTriggerPlayer(),0,0,10,I2S(GetStoredInteger(XX,XX,XX)))
无论谁是主机 最终输出结果都是5 |
|