[Ajuda] Erro PickUp
#1

Qual o Erro?

PHP код:
#include <a_samp>
new pickup// Create a variable to store the pickup ID in
public OnGameModeInit()
{
    
pickup CreatePickup(124221503.33591432.358510.1191, -1);
    
// Create an armour pickup and store the ID in 'pickup'
    
return 1;
}
// Later..
DestroyPickup(pickup); // Example of using the pickup ID 
PHP код:
C:\Users\Toshiba\Desktop\Meu Proprio GameMode\gamemodes\Untitled.pwn(13) : error 021symbol already defined"DestroyPickup"
C:\Users\Toshiba\Desktop\Meu Proprio GameMode\gamemodes\Untitled.pwn(7) : warning 204symbol is assigned a value that is never used"pickup"
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
1 Error

Reply


Messages In This Thread
Erro PickUp - by brunoboy - 25.12.2012, 16:50
Re: Erro PickUp - by mau.tito - 25.12.2012, 16:57
Re: Erro PickUp - by brunoboy - 25.12.2012, 16:59
Re: Erro PickUp - by leigorm - 25.12.2012, 18:02
Re: Erro PickUp - by brunoboy - 25.12.2012, 18:04

Forum Jump:


Users browsing this thread: 1 Guest(s)