Admin
#9

Quote:
Originally Posted by TzAkS.
Посмотреть сообщение
pawn Код:
if(PlayerInfo[playerid][Adminduty] = 1;)  
{
    new string1[128];
    format(string1, sizeof(string1), "Admin %s: %s ", pName(playerid),text );//or your variable..
    SendClientMessageToAll(0xFF0000AA, string1);
    return 0;
    }
Hmm that seems to work but still 3 errors
pawn Код:
C:\Users\Bichan\Desktop\ladmin4v2.pwn(1034) : error 010: invalid function or declaration
C:\Users\Bichan\Desktop\ladmin4v2.pwn(1037) : error 021: symbol already defined: "format"
C:\Users\Bichan\Desktop\ladmin4v2.pwn(1039) : error 010: invalid function or declaration
C:\Users\Bichan\Desktop\ladmin4v2.pwn(6709) : warning 203: symbol is never used: "string1"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


3 Errors.
Reply


Messages In This Thread
Admin - by Biess - 29.05.2012, 14:51
Re: Admin - by TzAkS. - 29.05.2012, 14:56
Re: Admin - by Biess - 29.05.2012, 14:58
Re: Admin - by mati233 - 29.05.2012, 14:58
Re: Admin - by Biess - 29.05.2012, 15:00
Re: Admin - by mati233 - 29.05.2012, 15:00
Re: Admin - by Biess - 29.05.2012, 15:02
Re: Admin - by TzAkS. - 29.05.2012, 15:02
Re: Admin - by Biess - 29.05.2012, 15:04
Re: Admin - by mati233 - 29.05.2012, 15:06

Forum Jump:


Users browsing this thread: 1 Guest(s)