[Ajuda] Callback em cima?
#2

Que eu saiba forward nгo recebe funзгo.

Vocк tem que fazer a funзгo na PUBLIC, a forward й sу pra "validar" a nova public.

Exemplo:
PHP код:
CMD:teste(playerid)
{
     
SpawnarPlayer(playerid);
    return 
1;
}
forward SpawnarPlayer(playerid);
public 
SpawnarPlayer(playerid)
{
            
SetPlayerPos(playerid13141,1412414,1414.14);
            return 
1;

Reply


Messages In This Thread
Callback em cima? - by Mitic0 - 20.07.2018, 22:07
Re: Callback em cima? - by ImNext - 20.07.2018, 22:40
Re: Callback em cima? - by Ermanhaut - 20.07.2018, 22:41
Re: Callback em cima? - by LeViNS - 20.07.2018, 22:44
Re: Callback em cima? - by AutoMatic2 - 20.07.2018, 23:15
Re: Callback em cima? - by Mitic0 - 21.07.2018, 01:02

Forum Jump:


Users browsing this thread: 1 Guest(s)