<<<<<<<<please help >>>>>>>>>
#1

pawn Код:
if(AccInfo[playerid][pVip] = 1)
    {
    SendClientMessage(playerid,red, "VIP Silver");
    }
    if(AccInfo[playerid][pVip] = 2)
    {
    SendClientMessage(playerid,red, "VIP Gold");
    }
    if(AccInfo[playerid][pVip] = 3)
    {
    SendClientMessage(playerid,red, "VIP Premium");
    }
    if(AccInfo[playerid][Level] = 1)
    {
    SendClientMessage(playerid,red, "Trail moderator");
    }
     if(AccInfo[playerid][Level] = 2)
    {
    SendClientMessage(playerid,red, "Moderator");
    }
     if(AccInfo[playerid][Level] = 3)
    {
    SendClientMessage(playerid,red, "Administrator");
    }
     if(AccInfo[playerid][Level] = 4)
    {
    SendClientMessage(playerid,red, "Master Administrator");
    }
     if(AccInfo[playerid][Level] = 5)
    {
    SendClientMessage(playerid,red, "Manager");
    }
     if(AccInfo[playerid][Level] > 5)
    {
    SendClientMessage(playerid,red, "Owner");
    }
It is in LUX admin
But it show these warnings
Код:
C:\DOCUME~1\Prabhat\Desktop\LuxAdmin.pwn(1511) : warning 225: unreachable code
C:\DOCUME~1\Prabhat\Desktop\LuxAdmin.pwn(1511) : warning 217: loose indentation
C:\DOCUME~1\Prabhat\Desktop\LuxAdmin.pwn(1511) : warning 211: possibly unintended assignment
C:\DOCUME~1\Prabhat\Desktop\LuxAdmin.pwn(1515) : warning 217: loose indentation
C:\DOCUME~1\Prabhat\Desktop\LuxAdmin.pwn(1515) : warning 211: possibly unintended assignment
C:\DOCUME~1\Prabhat\Desktop\LuxAdmin.pwn(1519) : warning 211: possibly unintended assignment
C:\DOCUME~1\Prabhat\Desktop\LuxAdmin.pwn(1523) : warning 211: possibly unintended assignment
C:\DOCUME~1\Prabhat\Desktop\LuxAdmin.pwn(1527) : warning 217: loose indentation
C:\DOCUME~1\Prabhat\Desktop\LuxAdmin.pwn(1527) : warning 211: possibly unintended assignment
C:\DOCUME~1\Prabhat\Desktop\LuxAdmin.pwn(1531) : warning 211: possibly unintended assignment
C:\DOCUME~1\Prabhat\Desktop\LuxAdmin.pwn(1535) : warning 211: possibly unintended assignment
C:\DOCUME~1\Prabhat\Desktop\LuxAdmin.pwn(1539) : warning 211: possibly unintended assignment
C:\DOCUME~1\Prabhat\Desktop\LuxAdmin.pwn(1549) : warning 209: function "dcmd_stats" should return a value
Please help
Reply


Messages In This Thread
<<<<<<<<please help >>>>>>>>> - by MA_proking - 08.07.2011, 06:16
Re: <<<<<<<<please help >>>>>>>>> - by [HiC]TheKiller - 08.07.2011, 06:17
Re: <<<<<<<<please help >>>>>>>>> - by MA_proking - 08.07.2011, 06:19
Re: <<<<<<<<please help >>>>>>>>> - by PotH3Ad - 08.07.2011, 06:24
Re: <<<<<<<<please help >>>>>>>>> - by MA_proking - 08.07.2011, 06:49
Re: <<<<<<<<please help >>>>>>>>> - by emon - 08.07.2011, 06:54
Re: <<<<<<<<please help >>>>>>>>> - by PotH3Ad - 08.07.2011, 06:57
Re: <<<<<<<<please help >>>>>>>>> - by MA_proking - 08.07.2011, 06:57
Re: <<<<<<<<please help >>>>>>>>> - by PotH3Ad - 08.07.2011, 07:02
Re: <<<<<<<<please help >>>>>>>>> - by MA_proking - 08.07.2011, 07:03

Forum Jump:


Users browsing this thread: 1 Guest(s)