Invalid function or declaration
#5

Quote:
Originally Posted by IceBilizard
Посмотреть сообщение
You have created pickups on dome and domexit?

example

PHP код:
dome CreatePickup(modeltypeFloat:XFloat:YFloat:ZVirtualworld);
domexit CreatePickup(modeltypeFloat:XFloat:YFloat:ZVirtualworld); 
and use OnPlayerPickUpPickup to get respond on pickups

example

PHP код:
public OnPlayerPickUpPickup(playeridpickupid)
{
    if(
pickupid == dome)
    {
        
//Your stuff
    
}
    else if(
pickupid == domexit)
    {
        
//Your stuff
    
}
    return 
1;

Yes i have created all:

The errors is on:
Quote:

if(pickupid == dome)

Reply


Messages In This Thread
Invalid function or declaration - by Mill - 02.01.2016, 13:50
Re: Invalid function or declaration - by ExTaZZ69 - 02.01.2016, 13:54
Re: Invalid function or declaration - by Mill - 02.01.2016, 13:55
Re: Invalid function or declaration - by IceBilizard - 02.01.2016, 13:55
Re: Invalid function or declaration - by Mill - 02.01.2016, 13:58
Re: Invalid function or declaration - by Mill - 02.01.2016, 14:03
Re: Invalid function or declaration - by IceBilizard - 02.01.2016, 14:04
Re: Invalid function or declaration - by Mill - 02.01.2016, 14:05
Re: Invalid function or declaration - by IceBilizard - 02.01.2016, 14:07
Re: Invalid function or declaration - by Mill - 02.01.2016, 14:07

Forum Jump:


Users browsing this thread: 1 Guest(s)