Question about string[0] = EOS;
#1

Hello Community, i have one question for all
does
Код HTML:
string[0] = EOS(\0);
speeds up anything (like does it affect ingame script speed/does it optimise script or what) ?
Reply
#2

EOS stands for End Of String, it's a predefined constant with the value of 0, it's just another way to assign the null terminator, so by doing string[0] = EOS you're theoretically emptying the sting, for more information about how strings operate, read this tutorial: https://sampforum.blast.hk/showthread.php?tid=654471
It's massive, so take your time.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)