Jump to content

Rachhet

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by Rachhet

  1. Hello! How can i remove vehicles on spawns in play gamemode? I dont need them, i have my own map. Thanks for any help.
  2. I'm just happy that people respond on this forum. Because of you guys, i'm getting better at this. Thanks for responds, it means a lot for me.
  3. Yes, but i just dont understand the.. dots! Nothing was describing them on tutorials. Can you tell me what these dots are doing? ..
  4. addCommandHandler ("s", function(player) getPlayerName(player) outputChatBox(getPlayerName(player)player":Siema!") end ) I want this script to output a chat message after showing who player is typing. <player>:"Siema!" not Siema! <player>
  5. addCommandHandler ("s", function(playerSource) outputChatBox(getPlayerName(playerSource),playerSource ":Siema!") end ) i think im closer to solving this.
  6. function siema (playerSource) outputChatBox(getPlayerName(playerSource),playerSource ":Siema!") end addCommandHandler ( s, function siema ) Error: ERROR: Loading script failed: [gameplay]/szybkieprzywitanie/server.lua:4: '(' expected near 'siema'
  7. Thanks for solving my.. mistake. I learned something new.
  8. function outputChatBox ( "No hejka", getRootElement(), 255, 255, 255, true ) end addEventHandler ( "onPlayerSpawn", getRootElement(), player_Spawn ) How can i fix this? ERROR: Loading script failed: [gameplay]/pierwszyskrypt/client.lua:2: name> or '...' expected near '"No hejka"'
×
×
  • Create New...