觀眾甲
|
分享:
▼
x0
|
[1.6][插件] 插件問題 -w-[500雅幣]
new vaultkey[64], vaultdata[256] format(vaultkey, 63, "%s-lv", name) format(vaultdata, 255, "%i#%i#%i#%i", teo_lv[id], teo_xp[id], teo_points[id], teo_gash[id]) nvault_get(teo_vault, vaultkey, vaultdata, 255) replace_all(vaultdata, 255, "#", " ") if(nvault裏有他的資料) { new level[32], xp[32], points[32], gash[32] parse(vaultdata, level, 31, xp, 31, points, 31, gash, 31) teo_lv[id] = str_to_num(level) teo_xp[id] = str_to_num(xp) teo_points[id] = str_to_num(points) teo_gash[id] = str_to_num(gash) bUserFound = true log_to_file(logfilename, "%s 進入伺服器,並從nvault成功取得資料") filewrite(id) }
這是我SMA的其中一段 請問if那裡怎寫
[ 此文章被上帝的右手^^在2012-12-05 12:24重新編輯 ]
|