07.08.2012, 19:33
pawn Код:
new pickup; // It creates the variable to store the pickup
public OnGameModeInit()
{
pickup = Money(1212, 2, 1503.3359, 1432.3585, 10.1191, -1);
// Create an money pickup and store the ID in 'pickup'
return 1;
}
/