What's The Error
#1

CODE
Код:
CMD:openevent(playerid)
{
    if ( EvenTStats ) return SendClientMessage ( playerid , 0x00C0FFFF , "The event is already open." ) ;
   	if(PlayerInfo[playerid][Level] >= 6) }
    return SendClientMessage ( playerid , 0x00C0FFFF , "You can not use this command..") ;
    EvenTStats = true;
    TheEvenT[playerid] = true;
    GetPlayerPos ( playerid , EventoPos [ 0 ] , EventoPos [ 1 ] , EventoPos [ 2 ] ) ;
    GetPlayerFacingAngle ( playerid , EventoPos [ 3 ] ) ;
    EventoInt = GetPlayerInterior ( playerid ) ;
    EventoVW = GetPlayerVirtualWorld ( playerid ) ;
    SendClientMessageToAll ( 0xFFFFFFFF," " ) ;
    SendClientMessageToAll ( 0xFF00FFFF,"[ EVENT ] : EVENT OPEN BY ADMIN ENTER ' /EVENT ' !" ) ;
    SendClientMessageToAll ( 0xFFFFFFFF," " ) ;
    return 1;
Errors
Код:
C:\Users\Anurag\Desktop\Call Of Duty\filterscripts\Eevent.pwn(200) : warning 217: loose indentation
C:\Users\Anurag\Desktop\Call Of Duty\filterscripts\Eevent.pwn(222) : warning 213: tag mismatch
C:\Users\Anurag\Desktop\Call Of Duty\filterscripts\Eevent.pwn(222) : error 001: expected token: ")", but found "["
C:\Users\Anurag\Desktop\Call Of Duty\filterscripts\Eevent.pwn(222) : error 029: invalid expression, assumed zero
C:\Users\Anurag\Desktop\Call Of Duty\filterscripts\Eevent.pwn(222) : warning 215: expression has no effect
C:\Users\Anurag\Desktop\Call Of Duty\filterscripts\Eevent.pwn(222) : error 001: expected token: ";", but found "]"
C:\Users\Anurag\Desktop\Call Of Duty\filterscripts\Eevent.pwn(222) : fatal error 107: too many error messages on one line
Reply


Messages In This Thread
What's The Error - by CarRamper - 03.10.2016, 05:38
Re: What's The Error - by GoldenLion - 03.10.2016, 05:43
Re: What's The Error - by CarRamper - 03.10.2016, 06:00
Re: What's The Error - by Dayrion - 03.10.2016, 06:04
Re: What's The Error - by CarRamper - 03.10.2016, 06:06
Re: What's The Error - by 1fret - 03.10.2016, 06:07
Re: What's The Error - by CarRamper - 03.10.2016, 06:09
Re: What's The Error - by CarRamper - 03.10.2016, 06:23
Re: What's The Error - by StrikerZ - 04.10.2016, 03:03

Forum Jump:


Users browsing this thread: 1 Guest(s)