[AJUDA] Sobre um pedбgio.
#1

Bom eu achei esse code de pedбgio no Search ai puis no meu GM deu certo, mais ele sу pega a metade da rua e nгo a rua toda, como fasso para almentar a бrea dele ?

pawn Код:
public peda2()
{
for(new i = 0; i < GetMaxPlayers(); i++)
{
if(IsPlayerInRangeOfPoint(i, 7.0,2050.4827,923.0962,9.0404))
{
new string[50];
format(string, sizeof(string), "Pegбgio pago: $150");
GameTextForPlayer(i, string, 3000, 4);
GivePlayerMoney(i,-150);
}
}
return 1;
}
Reply


Messages In This Thread
[AJUDA] Sobre um pedбgio. - by [RoxX]Ygor - 01.10.2010, 21:18
Respuesta: [AJUDA] Sobre um pedбgio. - by BiieL - 01.10.2010, 21:19
Re: [AJUDA] Sobre um pedбgio. - by [RoxX]Ygor - 01.10.2010, 21:21
Respuesta: [AJUDA] Sobre um pedбgio. - by BiieL - 01.10.2010, 21:29
Re: [AJUDA] Sobre um pedбgio. - by [RoxX]Ygor - 01.10.2010, 21:31
Respuesta: [AJUDA] Sobre um pedбgio. - by BiieL - 01.10.2010, 21:34
Re: [AJUDA] Sobre um pedбgio. - by [RoxX]Ygor - 01.10.2010, 21:36
Re: [AJUDA] Sobre um pedбgio. - by Gabriel_Halls - 01.10.2010, 22:08
Re: [AJUDA] Sobre um pedбgio. - by rene20 - 01.10.2010, 22:14

Forum Jump:


Users browsing this thread: 1 Guest(s)