12.06.2010, 17:38
como marcas ese area?
como sigo
Quote:
public OnGameModeInit() { pickup = CreatePickup(1242, 1256.44, -810.07, 84.14, -1); // Create an armour pickup and store the ID in 'pickup' return 1; } // Later.. DestroyPickup(pickup); // Example of using the pickup ID |