004 errors, need help, error includes funtions and undefined terms.
#4

I understand that when it is saying that something is not implemented that it is not being effective or it cant find where it is being used but here is my problem though, it was fine before I added code. How would that effect these codes now?


If it helps, I added the code below where the errors are so it shouldn't of moved them at all.

Also, I searched for stock and found the ShowServerPassword as a stock code but it still comes up as not implemented. I fixed the define errors though.

This is the stock ShowServerPassword code, it still comes up with the other 26 not implemented errors.



stock ShowServerPassword()
{
new pass[128];
if (strlen(PASSWORD) != 0)
{
format(pass, sizeof pass, "%s", PASSWORD);
}
else
{
pass = "None";
}
return pass;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)