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 MenuQuoteFixed corona reflections on non-AGP graphicsIt's good to see you guys still supporting old hardware.
Quote from: Sonmez on Nov 26, 2020, 10:06 AMQuoteAn 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();
}
Quote from: Athanatos on Jan 08, 2021, 06:02 PMThis is a private question Send me a message.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)