You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RegisterPlayerEvent(PLAYER_EVENT_ON_STORE_NEW_ITEM) is fired when the player creates a character. Try to use Item:GetItemLink, the server will restart without any log.
function OnLoot(event, player, item, count)
print(item:GetItemLink(4))
end
RegisterPlayerEvent(53, OnLoot)
The text was updated successfully, but these errors were encountered:
RegisterPlayerEvent(PLAYER_EVENT_ON_STORE_NEW_ITEM) is fired when the player creates a character. Try to use Item:GetItemLink, the server will restart without any log.
The text was updated successfully, but these errors were encountered: