
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.

1
Community Plugins / Re: create bots with this plugin
« on June 14th, 2021, 09:59 AM »2
Script Showroom / Re: Sonmez's Map Editor
« on January 14th, 2021, 10:14 AM »
Thanks to you, community is growing.
3
Servers / [0.4] Re: Vice City Cops & Robbers
« on January 12th, 2021, 12:51 PM »
Full snow mode can also be added if necessary main support is given. Nice dream.
4
Support / Re: i can't join after the update
« on January 12th, 2021, 12:43 PM »
Is your problem solved?
5
General Discussion / [Suggestion] Re: "Unsafe" option
« on January 12th, 2021, 12:42 PM »
Yes we need that option fast. Especially people involved in map conversion business.
6
General Discussion / Re: Introducing OneVice ( Free host, Online VC:MP browser & more )
« on January 12th, 2021, 12:33 PM »
I hope it will be a long-lasting project.
7
Server & Plugin Updates / Re: Server Update Released (2020-12-27)
« on January 12th, 2021, 12:32 PM »
It's nice to see new updates.
8
Client Updates / Re: Client Update for 0.4.6 Released (2020-12-24)
« on January 12th, 2021, 12:29 PM »Fixed corona reflections on non-AGP graphics
9
Client Updates / Re: Client Update for 0.4.6 Released (2020-12-27)
« on January 12th, 2021, 12:25 PM »
The last update of 2020 ;)
10
Scripting and Server Management / Re: ChangeCol cmd Fix
« on January 12th, 2021, 12:23 PM »Add this functions.Quote An error has Occured the index GetTock Does'nt exist.Code: [Select] 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();
}
11
Snippet Showroom / Re: FindAndReplace (New Custom Functions)
« on January 11th, 2021, 06:46 PM »
That's the way it's done.
12
Snippet Showroom / Re: onPickupExited (New Custom Event)
« on January 8th, 2021, 09:27 PM »lmao what? By the way - where you got your profile pic? (lmao this is getting too off-topic)Quote from |ADMIN|Yankee on January 8th, 2021, 11:54 AM We are getting closer step by step. Time to see revolution my partner. This event will help new coders.
13
Snippet Showroom / Re: onPickupExited (New Custom Event)
« on January 8th, 2021, 11:54 AM »
We are getting closer step by step. Time to see revolution my partner. This event will help new coders.
14
Script Showroom / Re: Sonmez's Vehicle System
« on November 17th, 2020, 12:20 PM »
/unlockcar has a bug, i can unlock cars even though I don't own,
15
Script Showroom / Re: Sonmez's Vehicle System
« on November 16th, 2020, 02:18 PM »
In addition, you should add /removecar code for removing wrong cars.