Jump to content

12p

Members
  • Posts

    2,608
  • Joined

  • Last visited

Everything posted by 12p

  1. Is the same thing I did /me killed everyone again (superepicmegaultra death code ftw)
  2. Lol. I read that these consoles were called "of the 2nd generation". Maybe because there was competition between Sony and Nintendo.
  3. 12p

    Invisible objects.

    Fair enough. Thank you !!!
  4. Can't be more right.
  5. 12p

    Invisible objects.

    Gimme script diego
  6. 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...
  7. 12p

    Invisible objects.

    Show a pic, diego. I wanna see that with my very own eyes
  8. 12p

    Admin wanted!

    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
  9. 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
  10. If you want to keep GUIED updated, WHAT STOP YOU GUYS FROM DOING IT?
  11. 12p

    getPlayerTeam

    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 )
  12. SA-MP? What relation does it have with this suggestion?
  13. 12p

    Own Object

    Check easy3dtext on my signature, download it and use it to create your announce with a beauty 3d text
  14. Right, Vuze. Thank you for that
  15. 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.
  16. 12p

    Gangsta's RPG 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.
  17. 12p

    getPlayerTeam

    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 )
  18. 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.
  19. 12p

    I'm leaving

    Ftw
  20. 12p

    Gangsta's RPG Server

    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.
  21. Oh. I remember something. May not be exactly what you want but it can help you: https://wiki.multitheftauto.com/wiki/OnVehicleDamage
  22. 12p

    Invisible objects.

    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.
  23. 12p

    ccw fanclub

    Lol. Ty. Now I see. +1 lol Btw, "The" ccw?
  24. 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.
×
×
  • Create New...