12.08.2014, 02:14
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;
}