Jump to content

Castillo

Retired Staff
  • Posts

    21,935
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Castillo

  1. u triggering "playerid" not "Player" dunno if its right what im saying.
  2. yes but you are triggering "playerid" if im right this must be like this.
  3. try this (dunno if works) triggerEvent(playerid,"stimer",playerid)
  4. the function called "onSpawn" has a error thats why dosnt work...
  5. I guess so, im alone at my scripting server so i cant confirm.
  6. Nop. Don't work Debugscript3: WARNING: MTASA\Server.lua:101: badargument @ 'triggerClientEvent' strange for me worked without any errors/warnings... try this, function criarMensagem(thePlayer) triggerClientEvent ( thePlayer, "criarMensagemClient", getRootElement(), "Hell", "And Hello work a little smaller" ) end addCommandHandler("p", criarMensagem)
  7. maybe try this (dunno if works like u want) function criarMensagem(thePlayer) triggerClientEvent ( thePlayer, "criarMensagemClient", thePlayer, "Hell", "And Hello work a little smaller" ) end addCommandHandler("p", criarMensagem)
  8. u mean to do somthing like this? ps: it works now but it gives me "bad arguments" in some lines like: if (tostring(xmlNodeGetAttribute(accountR,"name")) == charname) then
  9. aaaaaaaaaaaaaaaa my bad, thanks it worked now! thank you all who helped me. Edit: i got a problem, if i logout the data dosnt get saved
  10. this isn't all output, right? right, its not all what it outputs it outputs also cordinates but still not saving.
  11. says: Info: Player Solidsnake14 logged out/quit and then info: index: nil also says name was equal charname money: 5000 true charname == Solidsnake14
  12. ok, any idea why dosnt work ?
  13. i use this function for other 3 functions, create character,login,save. if isnt like that it wont work...
  14. hey there, i want to save the player cordinates when he quits but the problem is that dunno why dosnt check my character or somthing like that, i set the element data of "charname" when he selects it, that works fine but not this part. dosnt give any errors or warnings. if someone can help me thanks
  15. Well that means steal, why should us help u if u stealing scripts from other servers...?
  16. thats what i suposed at first look.
  17. Ain't you Maurize's scripter? If yes: I know him he was admin on my server. that dosnt matter in my opinion, u should ask the owner of the resource if u can take a part from it...
  18. Castillo

    GUI Problems

    i think the problem is that u doing the code server sided, this error just tells me that.
  19. actually i did it but it works just once the timer.
  20. im asking what kind of server side... btw what its the client? i dont get it.
  21. what u mean with "server side" script??
  22. But this is not all. sorry, i logged as acl group admin and worked, problem was that i added a new acl group which has different powers.
  23. what i did its added the resource to acl group admins... Why resource if it's player who is using this command? Check ACL again and see how other commands are blocked in "Default" and unblocked in "Admin". actually ive done that too.. Edit: nevermind i suposed this would work with the new acl group i added, sorry.
×
×
  • Create New...