[Ajuda] Problema com Objetos
#10

Quote:
Originally Posted by Clukin
Посмотреть сообщение
Que Public?
em outro Gm, deu certo colocar apenas abaixo de:

public OnPlayerConnect(playerid)
Quote:
Originally Posted by Clukin
Посмотреть сообщение
Cуdigo:

PHP код:
    RemoveBuildingForPlayer(playerid59301134.2500, -1338.078123.15630.25);
    
RemoveBuildingForPlayer(playerid57081134.2500, -1338.078123.15630.25);
    
RemoveBuildingForPlayer(playerid6171178.6016, -1332.070312.89060.25);
    
RemoveBuildingForPlayer(playerid6201184.0078, -1353.500012.57810.25);
    
RemoveBuildingForPlayer(playerid6201184.0078, -1343.265612.57810.25);
    
RemoveBuildingForPlayer(playerid6181177.7344, -1315.664113.29690.25);
    
RemoveBuildingForPlayer(playerid6201184.8125, -1292.914112.57810.25);
    
RemoveBuildingForPlayer(playerid6201184.8125, -1303.148412.57810.25);
    return 
1;

Erro:

C:\Users\Seven\Desktop\Gamemode\gamemodes\UL2.pwn( 9887) : error 021: symbol already defined: "RemoveBuildingForPlayer"
C:\Users\Seven\Desktop\Gamemode\gamemodes\UL2.pwn( 9895) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.
Pelo visto vocк tб botando fora da callback sim, preste atenзгo...

pawn Код:
public OnPlayerConnect(playerid)
{
    RemoveBuildingForPlayer(...);
    //Cуdigo
   
    return 1;
}
Aonde tem 'cуdigo' vocк coloca os removeBuilding...
Nгo precisa mais por return nem chave, jб tem os da prуpria funзгo.

Se vocк testou em outro GM e deu certo, o seu erro й estar colocando em qualquer lugar, fora da callback.

Procure por uns tutoriais de programaзгo depois, tб precisando.
Reply


Messages In This Thread
Problema com Objetos - by Clukin - 20.10.2013, 03:11
Re: Problema com Objetos - by ThuuGLif3 - 20.10.2013, 03:17
Re: Problema com Objetos - by WLSF - 20.10.2013, 03:17
Re: Problema com Objetos - by Samuel300 - 20.10.2013, 03:17
Re: Problema com Objetos - by Clukin - 20.10.2013, 03:20
Re: Problema com Objetos - by Samuel300 - 20.10.2013, 03:22
Re: Problema com Objetos - by Clukin - 20.10.2013, 03:24
Re: Problema com Objetos - by Kuddy - 20.10.2013, 03:26
Re: Problema com Objetos - by Clukin - 20.10.2013, 03:34
Re: Problema com Objetos - by WLSF - 20.10.2013, 03:36

Forum Jump:


Users browsing this thread: 4 Guest(s)