[DUVIDA] Como fazer um pedбgio
#3

nao pode ser pickup tem de ser tipo um timer... a nao se ke vc tenha la mesmo uma pickup... mas tem de estar a pe LOL

no topo
pawn Code:
forward peda();
no ongamemodini
pawn Code:
SetTimer("peda", 1000, 1);
pawn Code:
public peda()
{
for(new i = 0; i < GetMaxPlayers(); i++)
{
if(IsPlayerInRangeOfPoint(i, 7.0,1569.6971,-1607.2794,13.3828))
{
new string[50];
format(string, sizeof(string), "Pegбgio pago: $200");
GameTextForPlayer(i, string, 3000, 4);
GivePlayerMoney(i,-200);
}
}
return 1;
}
й a unica maneira que eu acho ser possivel...

unico bug tipo se vc parar no sitio ele ta sempre a "gamar-te o guito" xD

e

NAO TESTEI
Reply


Messages In This Thread
[DUVIDA] Como fazer um pedбgio - by andmeida10 - 19.02.2010, 07:16
Re: [DUVIDA] Como fazer um pedбgio - by xolp25 - 19.02.2010, 19:07
Re: [DUVIDA] Como fazer um pedбgio - by SlashPT - 19.02.2010, 20:19
Re: [DUVIDA] Como fazer um pedбgio - by Lucas_Brasil - 20.02.2010, 00:34
Re: [DUVIDA] Como fazer um pedбgio - by SlashPT - 20.02.2010, 08:32
Re: [DUVIDA] Como fazer um pedбgio - by andmeida10 - 20.02.2010, 08:41
Re: [DUVIDA] Como fazer um pedбgio - by SlashPT - 20.02.2010, 17:37
Re: [DUVIDA] Como fazer um pedбgio - by andmeida10 - 20.02.2010, 18:45
Re: [DUVIDA] Como fazer um pedбgio - by SlashPT - 21.02.2010, 10:52
Re: [DUVIDA] Como fazer um pedбgio - by xolp25 - 21.02.2010, 13:29

Forum Jump:


Users browsing this thread: 1 Guest(s)