Looking for a 'LastVehicleTouched' type of an include
#2

I don't exactly know if my logic will work or not, but still you can try.
Firstly, Under OnPlayerUpdate ,get the playerid's range and then if opponent's id enters that range and drops the other player off. Add +1 to his score. For example:

pawn Код:
if(opponent's id enters that range && drops off the player)
 {
    pScore[opponent'
s id]+=1;
 }
You should use :
GetPlayerPos

IsPlayerInRangeOfPoint

for loop

variables and etc..
Reply


Messages In This Thread
Looking for a 'LastVehicleTouched' type of an include - by Adityz - 17.06.2014, 16:10
Re: Looking for a 'LastVehicleTouched' type of an include - by Rittik - 17.06.2014, 16:39
Re: Looking for a 'LastVehicleTouched' type of an include - by Threshold - 18.06.2014, 02:42
Re: Looking for a 'LastVehicleTouched' type of an include - by Adityz - 24.06.2014, 05:25

Forum Jump:


Users browsing this thread: 1 Guest(s)