Pickup Error.
#2

Put it under OnGameModeInit

pawn Код:
new weapon; //Top of your script

public OnGameModeInit()
{
    weapon = CreatePickup(1276 ,2 ,1364.8728, -1279.6969, 13.5469, -1);// Line of the error.
    return 1;
}
Reply


Messages In This Thread
Pickup Error. - by Weaselpwns - 12.08.2014, 00:52
Re: Pickup Error. - by Threshold - 12.08.2014, 02:14
Re: Pickup Error. - by Weaselpwns - 12.08.2014, 15:58

Forum Jump:


Users browsing this thread: 1 Guest(s)