Jump to content

Recommended Posts

Witam, ostatnio starałem się napisać dosyć prosty skrypt, ale po naprawdę wielu nieudanych próbach postanowiłem poszukać pomocy. Problem polega na tym, że po naciśnięciu przycisku wyskakuje błąd o treści: Bad argument @'setPedWalkingStyle'

function onClientGUIClick (button, state, absoluteX, absoluteYe) 
  if (source == GUIEditor.button[1]) then guiSetVisible (GUIEditor.window[1], false) showCursor (false) 
      local id = guiGridListGetItemText (Gangster1, guiGridListGetSelectedItem (Gangster1), 2) 
      setPedWalkingStyle (getLocalPlayer(), id) 
  end 
end 
addEventHandler ("onClientGUIClick", getRootElement(), onClientGUIClick) 

Może mi ktoś wytłumaczyć na czym polega ten błąd i jak go naprawić? z góry dziękuję za pomoc.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...