[Ajuda] Pedagio
#1

Bom, Criei Um Sistema de Pedagio So Que Ele Nгo Desconta Dinheiro

Код:
forward peda();

SetTimer("peda", 1000, 1);


public peda()
{
for(new i = 0; i < GetMaxPlayers(); i++)
{
if(IsPlayerInRangeOfPoint(i, 7.0, 65.922424316406, -1541.4698486328,4.5561060905457))
{
new string[50];
format(string, sizeof(string), "~g~Pedagio ~r~Pago: ~b~$200");
GameTextForPlayer(i, string, 3000, 4);
GivePlayerMoney(i, - 200);
}
}
return 1;
}
Alguem Ai Poderia Me Ajudar Com Este Sistema?
Reply


Messages In This Thread
[Ajuda] Pedagio - by Geo1996 - 11.12.2011, 20:23
Re: [Ajuda] Pedagio - by Mattos - 11.12.2011, 20:34
Re: [Ajuda] Pedagio - by Geo1996 - 11.12.2011, 20:38
Re: [Ajuda] Pedagio - by Mattos - 11.12.2011, 20:45
Re: [Ajuda] Pedagio - by Kuddy - 11.12.2011, 20:47
Re: [Ajuda] Pedagio - by Geo1996 - 11.12.2011, 20:52
Re: [Ajuda] Pedagio - by tuner - 11.12.2011, 20:55
Re: [Ajuda] Pedagio - by Geo1996 - 11.12.2011, 20:56
Re: [Ajuda] Pedagio - by Bolinha_ProJogos - 11.12.2011, 20:57
Re: [Ajuda] Pedagio - by Geo1996 - 11.12.2011, 21:16

Forum Jump:


Users browsing this thread: 1 Guest(s)