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 - Altay

#1
Hey habi!
There is a problem with the linux plugin! Kicks the player we designed as a bot. Can you help!
See image,
#2
Script Showroom / Re: Sonmez's Map Editor
Jan 14, 2021, 10:14 AM
Thanks to you, community is growing.
#3
Servers / Re: [0.4] Vice City Cops & Robbers
Jan 12, 2021, 12:51 PM
Full snow mode can also be added if necessary main support is given. Nice dream.
#4
Is your problem solved?
#5
Yes we need that option fast. Especially people involved in map conversion business.
#6
I hope it will be a long-lasting project.
#7
It's nice to see new updates.
#8
QuoteFixed corona reflections on non-AGP graphics
It's good to see you guys still supporting old hardware.
#9
The last update of 2020 ;)
#10
Quote from: Sonmez on Nov 26, 2020, 10:06 AM
QuoteAn error has Occured the index GetTock Does'nt exist.

Add this functions.

function GetTok(string, separator, n, ...)
{
    local m = vargv.len() > 0 ? vargv[0] : n,
    tokenized = split(string, separator),
    text = "";
    if (n > tokenized.len() || n < 1) return null;
    for (; n <= m; n++)
    {
        text += text == "" ? tokenized[n-1] : separator + tokenized[n-1];
    }
    return text;
}

function NumTok( string, separator )
{
    local tokenized = split(string, separator);
    return tokenized.len();
}

Yeah, these functions should be included in every script file.
#11
That's the way it's done.
#12
Quote from: Athanatos on Jan 08, 2021, 06:02 PM
Quote from: |ADMIN|Yankee on Jan 08, 2021, 11:54 AMWe are getting closer step by step. Time to see revolution my partner. This event will help new coders.
lmao what? By the way - where you got your profile pic? (lmao this is getting too off-topic)
This is a private question :D Send me a message.
#13
We are getting closer step by step. Time to see revolution my partner. This event will help new coders.
#14
/unlockcar has a bug, i can unlock cars even though I don't own,
#15
In addition, you should add /removecar code for removing wrong cars.