2019-05-28, 12:49 PM
Is there actually a way to check if a loop is finished?
I'm going to try to explain.
e.g loop:
e.g what I wonder:
If anybody knows a fancy other trick that is fine too off course.
Thanks in advance.
I'm going to try to explain.
e.g loop:
PHP Code:
foreach (new i : Player)
{
if(example[playerid] == 4)
{
//Someting
}
return 1;
}
e.g what I wonder:
PHP Code:
[Loop Finishes]
{
//Code
}
If anybody knows a fancy other trick that is fine too off course.
Thanks in advance.