26.09.2010, 12:39
Heya, where should put this thing?
I'm asking, because I have put in one place and it didn't work... (checked in-game: no effect)
Code:
if(IsPlayerInRangeOfPoint(playerid, 5.0, 383.75933800,2481.53393600,15.23467800))
{
SetPlayerVelocity(playerid,-1.5,0,0.5);
}
if(IsPlayerInRangeOfPoint(playerid, 5.0, 1836.23986800,-2593.30175800,12.29717100))
{
SetPlayerVelocity(playerid,-1.5,0,0.5);
}

