[Ajuda] Array index out of bounds
#2

Veja se resolve :
PHP код:
public OnPlayerPickUpPickup(playeridpickupid)
{
    new 
ExpID GetProxExp(playerid);
    if(
Pickup[ExpID] == pickupid
    {
        new 
GranaExp randomEx(50100), Str[55];
        
format(Str,sizeof(Str), "Vocк roubou R$%i,00"GranaExp);
        
SendClientMessage(playeridLARANJAStr);
        
GivePlayerMoney(playeridGranaExp);
        
DestroyPickup(Pickup[ExpID]);
        
Pickup[ExpID] = 0xFFFF;
    }
    return 
true;

Reply


Messages In This Thread
Array index out of bounds - by Cuelinhu - 02.04.2018, 00:02
Re: Array index out of bounds - by FerrariL - 02.04.2018, 00:08
Re: Array index out of bounds - by Cuelinhu - 02.04.2018, 00:41
Re: Array index out of bounds - by FerrariL - 02.04.2018, 00:54
Re: Array index out of bounds - by Cuelinhu - 02.04.2018, 02:02
Re: Array index out of bounds - by Bruno13 - 02.04.2018, 04:21

Forum Jump:


Users browsing this thread: 1 Guest(s)