/radargun
#2

Код:
forward radargun(playerid);
public radargun(playerid)
{
new Float:Pos[3];
GetPlayerPos(playerid,Pos[0],Pos[1],Pos[2]);
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerInRangeOfPoint(i,Pos[0],Pos[1],Pos[2],60.0) && GetPlayerSpeed(playerid) <= 120)
{
SetPlayerWantedLevel(i,(GetPlayerWantedLevel(i)+1));
}
}
return 1;
}
Reply


Messages In This Thread
/radargun - by [LHT]Bally - 26.12.2011, 21:10
Re: /radargun - by coole210 - 26.12.2011, 22:00
Re: /radargun - by Vlad_Bond - 08.01.2012, 12:27

Forum Jump:


Users browsing this thread: 1 Guest(s)