[Ajuda] Criando um timer simples
#1

Criei um timer simples sem ler tutorial algum, e na hora de compilar teve erros. Sei que ta tudo errado e sou novato, mas eu acho que a tentativa foi boa ._.

Primeiro criei uma forward para definir a public no topo do GM.

pawn Код:
forward PayDay();
Depois eu criei a public com as funзхes:

pawn Код:
public PayDay()
{
  GivePlayerMoney(playerid, 5000);
  SendClientMessageToAll(playerid, COLOR_DGREEN, "Payday! Salбrio: 5000");
}
E setei o timer em OnGameModeInit:

pawn Код:
SetTimer("PayDay", 600000, true);
E deu erros:

pawn Код:
C:\Documents and Settings\Samuel\Desktop\Projeto Samp\gamemodes\lvdm.pwn(634) : error 017: undefined symbol "playerid"
C:\Documents and Settings\Samuel\Desktop\Projeto Samp\gamemodes\lvdm.pwn(635) : error 017: undefined symbol "playerid"
As linhas que deram errados sao as funзхes de giveplayermoney e de senclientmessagetoall
Reply


Messages In This Thread
[Ajuda] Criando um timer simples - by arakuta - 04.07.2011, 23:42
Re: [Ajuda] Criando um timer simples - by Transferencia - 04.07.2011, 23:44
Re: [Ajuda] Criando um timer simples - by Macintosh - 04.07.2011, 23:49
Re: [Ajuda] Criando um timer simples - by TheGarfield - 04.07.2011, 23:53
Re: [Ajuda] Criando um timer simples - by [BEP]AcerPilot - 04.07.2011, 23:54
Re: [Ajuda] Criando um timer simples - by arakuta - 04.07.2011, 23:56
Re: [Ajuda] Criando um timer simples - by Macintosh - 04.07.2011, 23:58
Re: [Ajuda] Criando um timer simples - by [BEP]AcerPilot - 04.07.2011, 23:58
Re: [Ajuda] Criando um timer simples - by arakuta - 05.07.2011, 00:03
Re: [Ajuda] Criando um timer simples - by TheGarfield - 05.07.2011, 00:05

Forum Jump:


Users browsing this thread: 1 Guest(s)