Anderl
Members-
Posts
2,266 -
Joined
-
Last visited
Everything posted by Anderl
-
Server hamachi
Anderl replied to honda_aa's topic in Ajudas relacionadas ao MTA:SA (Cliente/Servidor)
Óbvio que não. -
Server hamachi
Anderl replied to honda_aa's topic in Ajudas relacionadas ao MTA:SA (Cliente/Servidor)
Não é necessário qualquer coisa para abrir as portas do modem/router. Apenas os dados de login do setup do router/modem. -
É 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...
-
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.
-
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.
-
He is just starting now. EDIT: Why is "Galaxy Host" name in the Terms of Service and not "Asphire Servers"?
-
There is already a server with same tag.
-
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.
-
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 )
-
Could you talk in English?
-
I know this was some time ago but do you have this background pic yet?
-
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.
-
Because no one will work for you for free.
-
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.
-
I didn't really like the website's design. Although, good luck with the business
-
Did not know we could request to close accounts, so, please close my other account "drk". DONE
-
Além disso, localPlayer é uma variavél predefinida de "getLocalPlayer" e é client-side, não server-side.
-
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.
-
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
-
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.
-
You can save in account, SQL or MySQL.
-
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
-
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
-
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.
