addEventHandler( "onPlayerQuit", root,
function ( ID, Ammo, statr )
dbExec(ModerMarketDB, "DELETE FROM Market_Trading WHERE ware = ? AND PlayerAccName = ?",ID , getAccountName(getPlayerAccount(source)))
if statr == "Weapon" then
giveWeapon(source,ID,Ammo)
else
setElementData(source,ID,(getElementData(source,ID) or 0 ) + tonumber ( Ammo ))
end
getAllWareInShop( source )
end );
دلوقتي دا مود تجاره اف 7 انا كنت محمله شخص رافعه
انا اكتشفت بق و حاولت احله
لما لاعب يطلع الحاجات تخليها في اف 8 فا عملت كدا
بس ليه الداتا ما تروح للاعب
؟