[Help] Error with / admins
#1

I tried to make an / admins that shows all the admins set but does not appear the admins



Image: http://imgur.com/a/gTt5F
code: http://pastebin.com/g05HgaPA
Reply
#2

1. You should loop through all players connected.
2. Use "%s" instead "% s".

PHP код:
// dcmd_admins
for(new 0<= GetPlayerPoolSize(); i++)
{
    if(
admin == 0) continue;
    
// Add to admins list

Reply
#3

Just going to also say, the pragma abuse in here is real. Fix the errors rather than hiding them.

WTF is up with line 55 (and others) on the paste...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)