Strcmp:makeadmin problem.
#4

Quote:
Originally Posted by Devilxz97
Посмотреть сообщение
do u have this ?
pawn Код:
enum pData
{
      AdminLevel,
}
new PlayerData[MAX_PLAYERS][pData];

    else if(strcmp(cmdtext, "/makeadmin",true)) // 648
    {
    //try change it to
    if(strcmp(cmdtext, "/makeadmin",true)) // 648
    {
Yup, and it worked, now I only have these errors.

Код:
C:\Users\Connor\Desktop\Development\0.3E - SCRIPT\gamemodes\AGS.pwn(654) : error 017: undefined symbol "Player"
C:\Users\Connor\Desktop\Development\0.3E - SCRIPT\gamemodes\AGS.pwn(654) : warning 215: expression has no effect
C:\Users\Connor\Desktop\Development\0.3E - SCRIPT\gamemodes\AGS.pwn(654) : error 001: expected token: ";", but found "]"
C:\Users\Connor\Desktop\Development\0.3E - SCRIPT\gamemodes\AGS.pwn(654) : error 029: invalid expression, assumed zero
C:\Users\Connor\Desktop\Development\0.3E - SCRIPT\gamemodes\AGS.pwn(654) : fatal error 107: too many error messages on one line
Reply


Messages In This Thread
Strcmp:makeadmin problem. - by Cxnnor - 24.07.2012, 09:37
Re: Strcmp:makeadmin problem. - by Devilxz97 - 24.07.2012, 09:45
Re: Strcmp:makeadmin problem. - by Rudy_ - 24.07.2012, 09:48
Re: Strcmp:makeadmin problem. - by Cxnnor - 24.07.2012, 09:49
Re: Strcmp:makeadmin problem. - by Devilxz97 - 24.07.2012, 09:50
Re: Strcmp:makeadmin problem. - by Cxnnor - 24.07.2012, 09:55
Re: Strcmp:makeadmin problem. - by Devilxz97 - 24.07.2012, 09:57
Re: Strcmp:makeadmin problem. - by Cxnnor - 24.07.2012, 10:02
Re: Strcmp:makeadmin problem. - by Cxnnor - 24.07.2012, 10:29
Re: Strcmp:makeadmin problem. - by Devilxz97 - 24.07.2012, 10:32

Forum Jump:


Users browsing this thread: 1 Guest(s)