-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hi! I am trying to get the primary or secondary player's weapon. I'm getting errors.
block load
{
es_xset secondary_variable 0
es_xset primary_variable 0
}
event player_jump
{
es playerget primary primary_variable event_var(userid)
es playerget secondary primary_variable event_var(userid)
es_msg server_var(primary_variable) is the primary weapon!
es_msg server_var(secondary_variable) is the secondary weapon!
}
Metadata
Metadata
Assignees
Labels
No labels
