[Ajuda] [AJUDA] urgentee comando de evento
#1

galera poderiam me ajudar no meu comand ta dando erro de array por favor e urgente

PHP код:
C:\Users\Administrator\Desktop\completo\dayz\gamemodes\dayz.pwn(14360) : error 033: array must be indexed (variable "InEvent")
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
1 Error

comando
PHP код:
CMD:goevent(playerid)
{
    if(
InEvent == 1)
    {
        
GameTextForPlayer(playerid,"~r~You In Event",2000,3);
        
SetPlayerPos(playerid,PosEvent[0],PosEvent[1],PosEvent[2]);
        
SetPlayerFacingAngle(playerid,PosEvent[3]);
        
SetPlayerInterior(playerid,IntEvento);
        
TogglePlayerControllable(playerid,0);
        
InEvent[playerid] = 1;
    }
    return 
1;

Reply


Messages In This Thread
[AJUDA] urgentee comando de evento - by DKDarkking - 12.01.2016, 22:42
Re: [AJUDA] urgentee comando de evento - by ClaudioF - 12.01.2016, 22:45
Re: [AJUDA] urgentee comando de evento - by Ever_SH - 12.01.2016, 22:48
Re: [AJUDA] urgentee comando de evento - by DKDarkking - 12.01.2016, 22:49
Re: [AJUDA] urgentee comando de evento - by ClaudioF - 12.01.2016, 22:52
Re: [AJUDA] urgentee comando de evento - by Vegassilva - 12.01.2016, 22:54
Re: [AJUDA] urgentee comando de evento - by DKDarkking - 12.01.2016, 22:59
Re: [AJUDA] urgentee comando de evento - by Vegassilva - 12.01.2016, 23:00
Re: [AJUDA] urgentee comando de evento - by Ever_SH - 12.01.2016, 23:02
Re: [AJUDA] urgentee comando de evento - by DKDarkking - 13.01.2016, 05:28

Forum Jump:


Users browsing this thread: 2 Guest(s)