05.06.2009, 22:12
Get PlayerToPoint function (search, i'm not on my comp with pawn)
Then say something like
Then say something like
pawn Код:
if (PlayerToPoint(5.0, playerid, thepickupX, thepickupY, thepickupZ))
{
GameTextForPlayer(playerid, "You're touching me!", 3, 5) <- last 2 parameters are text style and time, wiki shows those under Script Resources
}