-
Posts
2,608 -
Joined
-
Last visited
Everything posted by 12p
-
Is the same thing I did /me killed everyone again (superepicmegaultra death code ftw)
-
Lol. I read that these consoles were called "of the 2nd generation". Maybe because there was competition between Sony and Nintendo.
-
Fair enough. Thank you !!!
-
Can't be more right.
-
Choose! And say why ;D Me? Nintendo 64 ftw. I love most of the games it had. On PS I only played some few games...
-
Removed*
-
Show a pic, diego. I wanna see that with my very own eyes
-
This is what you have writen: Check this post, please viewtopic.php?f=91&t=26541 I can notice you are very pro at this requests, you know what do we scripters want
-
With "blacklist" you mean the bad servers (name with stolen tags, or using stolen scripts, etc) will be deleted from list, like stolen resources from community? If so, for me it's fine with that
-
If you want to keep GUIED updated, WHAT STOP YOU GUYS FROM DOING IT?
-
There's something with the code I gave LOL Also, why to use parenthesis? function onPlayerQuit ( ) local acc = getPlayerAccount ( source ) if acc and not isGuestAccount ( acc ) then if getPlayerTeam ( source ) then setAccountData ( acc, "xsrpg.team", getTeamName ( getPlayerTeam ( source ) ) ) end end end addEventHandler ( "onPlayerQuit", root, onPlayerQuit ) function onPlayerLogin ( _, acc ) if acc then --Is this necessary in fact? local pTeam = getAccountData ( acc, "xsrpg.team" ) if pTeam then setPlayerTeam ( source, getTeamFromName ( pTeam ) ) end end end addEventHandler ( "onPlayerLogin",root, onPlayerLogin )
-
SA-MP? What relation does it have with this suggestion?
-
Check easy3dtext on my signature, download it and use it to create your announce with a beauty 3d text
-
Right, Vuze. Thank you for that
-
I think it should do this: -Pay ==> Servers appears on list. -No pay ==> Server can be hosted, but cannot be seen on list. Players can access the server with IP. That would be good and fair. Btw the cost of this would be US $ 5. Btw it could help MTA Team to keep their work up. Because people with serious servers should know that it is needed to have enough $$$ to host a proper server.
-
We haven't see many... Humm... -Freebuild (kinda Minecraft). -Other kind of freeroam (but Freeroam+ will do the job). -Deathmatch (not deathmatch resource, I mean custom DM. Unreal Tournament's "Last Man Standing" mode would be excellent on a server, y' know) -Others.
-
No it doesn't. Btw you can improve scripts using some less lines for the variable settings, or making their names smaller: function onPlayerQuit ( ) local acc = getPlayerAccount ( source ) if ( acc ) and not isGuestAccount ( acc ) then if getPlayerTeam ( source ) then setAccountData ( acc, "xsrpg.team", getTeamName ( playerTeam ) ) end end end addEventHandler ( "onPlayerQuit",getRootElement (), onPlayerQuit ) function onPlayerLogin (_, cc ) if ( acc ) then local pTeam = getAccountData ( acc, "xsrpg.team" ) if ( pTeam ) then setPlayerTeam ( source, getTeamFromName ( pTeam ) ) end end end addEventHandler ( "onPlayerLogin", getRootElement(), onPlayerLogin )
-
Don't pay attention to CapY. I made it on 1.0.4, there is no reason for it to don't work at 1.1 or 1.1.1. sw1 = 1280 sw2 = guiGetScreenSize ( ) dxDrawText ( textJoin, (943/sw1)*sw2, (217/sw1)*sw2, (1211/sw1)*sw2, (235/sw1)*sw2, tocolor ( 0, 0, 0, 255 ), (0.6/sw1)*sw2, "bankgothic", "left", "top", false, false, false ) dxDrawText ( textJoin, (939/sw1)*sw2, (213/sw1)*sw2, (1207/sw1)*sw2, (231/sw1)*sw2, tocolor ( 0, 255, 0, 255 ), (0.6/sw1)*sw2, "bankgothic", "left", "top", false, false, false ) If my maths are not wrong because of the long time I haven't been on school (education is stopped due to student manifestations because of the poor "free" education system ftw), that should work, man.
-
So it's a RPG? Too mainstream, man. Your ideas are not so original as I can tell. Do something else if you want your server to be popular.
-
Oh. I remember something. May not be exactly what you want but it can help you: https://wiki.multitheftauto.com/wiki/OnVehicleDamage
-
Castillo has a good computer, dude. I had this trouble while playing "Pawlo - Egyptian Skills" map , so I think it may be the TXD files that failed someway as diego says.
-
Lol. Ty. Now I see. +1 lol Btw, "The" ccw?
-
You can create a variable (element data) on the vehicle called "colliding". Then, use a timer or onClientRender, and set its handler function to check if there is any element else in a rectangle colshape than the vehicle itself, and if that element is a vehicle. If the variable colliding was false, then set it to true and trigger the event you wish.
