Jump to content

Anderl

Members
  • Posts

    2,266
  • Joined

  • Last visited

Everything posted by Anderl

  1. Não é necessário qualquer coisa para abrir as portas do modem/router. Apenas os dados de login do setup do router/modem.
  2. É sim, mas eu parei com isso faz muito tempo. Game não dá grana nenhuma, só estou salvando grana para meu novo laptop daí vou arrumar uma grana e montar uma empresa em Nova Iorque...
  3. can you atleast thank him for helping? or do you have to criticize every scripting topic? He is right, I don't see anything advanced here but still good job he did.
  4. He is just starting now. EDIT: Why is "Galaxy Host" name in the Terms of Service and not "Asphire Servers"? I do not see this on our ToS page, can you please take a screenshot of this for me please. This is what our Advisor suggested us to start off with, as our price per slot...as we have high quality servers. You don't see because you removed after I said.
  5. He is just starting now. EDIT: Why is "Galaxy Host" name in the Terms of Service and not "Asphire Servers"?
  6. There is already a server with same tag.
  7. I would not host my server with a person that I don't even know, although it's up to you to decide if you want to get robbed.
  8. Anderl

    function error

    setPlayerTeam(source,SAPDteam) setPlayerTeam(source,getTeamFromName(SAPDteam)) It's wrong the same way. addEvent( 'setSAPD', true ) addEventHandler( 'setSAPD', root, function( ) local pAccount = getPlayerAccount( source ) if( pAccount not isGuestAccount( pAccount ) ) then if( getElementData( source, 'Occupation' ) ~= 'police' ) then setPlayerTeam( source, getTeamFromName( 'Police' ) ) -- change 'Police' to the team name setElementModel( source, 280 ) giveWeapon( source, 3 ) -- if( getElementData( source, 'arrest' ) == 0 ) then setElementData( source, 'arrest', 1 ) setElementData( source, 'Occupation', 'police', true ) outputChatBox( 'You are now a Policeman!', source, 0, 255, 0, false ) else outputChatBox( 'Error: You already have this work!', source, 255, 0, 0, false ) end else outputChatBox( 'Error: Please login or register!', source, 255, 255, 255, false ) end if( getElementData( source, 'arrest' ) == 0 ) then setElementModel( source, 'arrest', 1 ) end end end )
  9. I know this was some time ago but do you have this background pic yet?
  10. seriosly well thts a tottal rip off i thought this worked like minecraft or something This is not a "rip off". No one will waste weeks, maybe months working for you for free.
  11. Because no one will work for you for free.
  12. You may need to prove ownership of the account. And how could I do it? I can send all info needed, I don't know other way.
  13. I didn't really like the website's design. Although, good luck with the business
  14. Did not know we could request to close accounts, so, please close my other account "drk". DONE
  15. Além disso, localPlayer é uma variavél predefinida de "getLocalPlayer" e é client-side, não server-side.
  16. If they don't know, they can learn. They just don't learn because they prefer to get others' work instead of learning something new and make something original like Sliff.
  17. Anderl

    ¿im good? IV

    Server-side: addEventHandler( 'onPlayerJoin', root, function( ) triggerClientEvent( 'onPlayerJoin', source ) end ) Client-side: local newUser addEvent( 'onPlayerJoin', true ) addEventHandler( 'onPlayerJoin', root, function( ) addEventHandler( 'onClientRender', root, drawText ) newUser = getPlayerName( source ) setTimer( removeEventHandler, 10000, 1, 'onClientRender', root, drawText ) end ) function drawText( ) dxDrawText( newUser .. ' joined!', 44, screenHeight - 41, screenWidth, screenHeight, tocolor( 255, 255, 255, 255 ), 1.1, "pricedown" ) end
  18. Anderl

    ¿im good? IV

    No, it's all wrong. startedResource parameter is useless. You can't use symbols on variable names. You didn't call a function, you are assigning getPlayerName function to "..User.." The statement is all wrong. No need for "and onPlayerJoin then" dxDrawText must be used with onClientRender.
  19. Anderl

    Help here :P

    You can save in account, SQL or MySQL.
  20. Already had VPS from them, although the support is good the servers fail lots of times and if you don't reboot the server each 2 days ( at least ) the server will just shutdown. Anyway, unless you pay lot of money, no one will make a RPG for you. Pay me 400€ and I'll do it all for you Hummm... How about 250? Heh, 250€ would help a lot but I'm atm without GTA:SA ( I'm on other laptop, my other laptop's screen has cracked and I'm still awaiting for the new screen ) and I was also joking
  21. Already had VPS from them, although the support is good the servers fail lots of times and if you don't reboot the server each 2 days ( at least ) the server will just shutdown. Anyway, unless you pay lot of money, no one will make a RPG for you. Pay me 400€ and I'll do it all for you
  22. Thanks!,but how I do to show the "Uploaded maps"? You can use PHP to allow users to upload the maps, and then use the PHP file functions (such as scandir) to compile a list of uploaded maps. A better way is using MySQL because he can save information of each map.
×
×
  • Create New...