tiggoiv 發表於 2012-4-29 10:37:31

本帖最後由 tiggoiv 於 2012-4-29 10:38 AM 編輯

tchunaik 發表於 2012-4-29 10:20 AM static/image/common/back.gif
我发去你facebook inbox了..

:49;local PrefixID = math.floor(math.mod(weaponID, 10000000) / 100000)
这段错误
改成local PrefixID = math.floor(math.mod(weaponID, 100000000) / 100000)
试试看
或local PrefixID = math.floor(math.mod(weaponID) / 100000)

tchunaik 發表於 2012-4-29 10:52:55

tiggoiv 發表於 2012-4-29 10:37 AM static/image/common/back.gif
local PrefixID = math.floor(math.mod(weaponID, 10000000) / 100000)
这段错误
改成local PrefixID ...

local PrefixID = math.floor(math.mod(weaponID, 100000000) / 100000)问题一样

local PrefixID = math.floor(math.mod(weaponID) / 100000)server出现bad argument #2 to 'mod'

问题还是存在:71;

tiggoiv 發表於 2012-4-29 12:14:27

本帖最後由 tiggoiv 於 2012-4-29 12:15 PM 編輯

tchunaik 發表於 2012-4-29 10:52 AM static/image/common/back.gif
local PrefixID = math.floor(math.mod(weaponID, 100000000) / 100000)问题一样

local PrefixID = math ...

local PrefixID = math.floor(math.mod(weaponID, 10000000) / 100000)
怪怪的@@到底什么问题



tchunaik 發表於 2012-4-29 14:08:47

tiggoiv 發表於 2012-4-29 12:14 PM static/image/common/back.gif
local PrefixID = math.floor(math.mod(weaponID, 10000000) / 100000)
怪怪的@@到底什么问题



这个是我copy真结义酒的脚本的..

gota6 發表於 2012-4-29 18:13:32

tchunaik 發表於 2012-4-29 02:08 PM static/image/common/back.gif
这个是我copy真结义酒的脚本的..

可以貼真结义酒脚本裡面的if PrefixID .....這句出來看一下嗎?

tchunaik 發表於 2012-4-29 18:24:42

gota6 發表於 2012-4-29 06:13 PM static/image/common/back.gif
可以貼真结义酒脚本裡面的這句出來看一下嗎?

什么意思?

gota6 發表於 2012-4-29 19:19:06

tchunaik 發表於 2012-4-29 06:24 PM static/image/common/back.gif
什么意思?

即是把真结义酒的脚本貼上來, 不過不要緊, 你先試一下把local PrefixID = math.floor(math.mod(weaponID, 10000000) / 100000)改成local PrefixID = math.floor(math.mod(weaponID, 100000000) / 100000)看看行不行

tchunaik 發表於 2012-4-29 19:26:55

gota6 發表於 2012-4-29 07:19 PM static/image/common/back.gif
即是把真结义酒的脚本貼上來, 不過不要緊, 你先試一下把改成看看行不行

终于能了..谢谢你:24;
其实这句话意思是什么?
頁: 1 [2]
查看完整版本: 关于字首珠