Question about string[0] = EOS;
#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


Messages In This Thread
Question about string[0] = EOS; - by NexyAG - 14.07.2018, 08:25
Re: Question about string[0] = EOS; - by Eoussama - 14.07.2018, 08:43

Forum Jump:


Users browsing this thread: 1 Guest(s)