Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - KAKAN

#31
Support / Re: Requesting advice
Sep 05, 2017, 12:40 PM
Quote from: vito1 on Sep 05, 2017, 10:30 AM
Quote from: KAKAN on Sep 05, 2017, 04:39 AMI've used Tinkercad. It's pretty neat, extremely beginner-friendly. I don't do 3D modelling much, so it gets my work done.
Exported the .STL obj, loaded it in another program, took the name of the textures from there, and made the .txd file, and exported the object as .dff with a .col file.
It's not free.
Dafuq? Its free for the most part. I don't know which part of it asks money. Can you tell me?
#32
Support / Re: Requesting advice
Sep 05, 2017, 04:39 AM
I've used Tinkercad. It's pretty neat, extremely beginner-friendly. I don't do 3D modelling much, so it gets my work done.
Exported the .STL obj, loaded it in another program, took the name of the textures from there, and made the .txd file, and exported the object as .dff with a .col file.
#33
Vehicle Showroom / Re: Electric Caddy
Aug 27, 2017, 05:42 AM
topic locked.
#34
Map Showroom / Re: [MAP] An Islnad
Aug 27, 2017, 05:41 AM
Reminds me of a map called "Hell" in one SAMP server lol
#35
Quote from: Xmair on Aug 26, 2017, 04:23 PM
Quote from: KAKAN on Aug 26, 2017, 03:28 PMWitcher 3. It has some awesome sex scenes.
You're 12.
But its a 18+ forum.
Anyways, Witcher 3 is graphically a awesome game too. On par with GTA5.
#36
Witcher 3. It has some awesome sex scenes.
#37
Snippet Showroom / Re: Spawn sound
Aug 26, 2017, 05:19 AM
topic locked. PM me the new sounds instead :P
#38
Snippet Showroom / Re: Spawn sound
Aug 25, 2017, 04:01 PM
Quote from: Rest on Aug 25, 2017, 09:21 AMI wonder if it is also the sound playing at some race event as of "Go" in single play.
Any video of that sound?

And, I use SFX Manager to find the sounds. If you can find it, feel free to post its ID :)
#39
Snippet Showroom / Spawn sound
Aug 25, 2017, 09:11 AM
Y'all remember the old good sound you would get while spawning in 0.3?
I wanted, and the closest I found was 369 :)
If you have the nearly appropriate sounds for any other events post it here and I'll add it gladly :)

Event name    Sound ID
Spawn369
Code for the first one( since it is the snippet showroom section ;x ):
local onPlayerSpawn = @( player ) player.PlaySound(369);Untested code and I don't expect it to work either.
#40
Quote from: Cool on Aug 24, 2017, 05:45 PMSorry i was not aware that people always like low class snippets the snippet which was created by KAKAN is more advanced and workable than this
My snip didn't actually fulfill his desire. It gave him the tools to work on, but he had to crave his desire by himself.
The other snip gave him the prebuilt device.
#41
dafuq did I just see?
function onPlayerChat( player, text )
{
    if ( IsMuted[ player.ID ] == true )
          {
           MessagePlayer("[#FF0000]Error: You have been muted.", player );
           return 0;
          }
 local MUTE_DIVIDE = 1000;
       if ( ( time() - antiSpamTime[ player.ID ] ) <= LIMIT_REP_TIME )
    {
        antiSpamWarnings[ player.ID ]++;
       if ( antiSpamWarnings[ player.ID ] >= LIMIT_REP_SPAM )
    {
        if( !IsMuted[ player.ID ] )
 {
         IsMuted[ player.ID ] = true;
   Message(format( "[#2aff00][Info][#FF0000] Auto-Muted: %s | Reason: spamming the chat. Duration: %d seconds ", player.Name,MUTE_TIME/MUTE_DIVIDE) );
   NewTimer( "autounmute", MUTE_TIME.tointeger(),1, player.ID );
     }
   }
 } 
    else
    {
    antiSpamWarnings[ player.ID ] = 0;
 }
    antiSpamTime[ player.ID ] = time();

 Message( "[#CC0000][User] [$FF]" + player.Name + ": " + text );
 return 0; // You must return 0 for the server to not use the regular text
}
#43
Script and Content Requests / Re: hey guyz :P
Aug 15, 2017, 04:55 AM
WRONG BOARD TO PUT THIS SHIT ON!
#44
https://pastebin.com/KeU1muUFStatus: Untested
#45
Map Showroom / Re: New City
Aug 12, 2017, 02:46 PM
What's changed except for making it fly?