28.06.2009, 13:19
WTF!! I putted this code:
And when i get near the coord, it spams me with SPRUNK MACHINE: Drink by pressing F one time
pawn Код:
public OnPlayerUpdate(playerid)
{
if (PlayerToPoint(2.0, playerid, 1750.0591,-1592.9020,13.5422))
{
SendClientMessage(playerid, 0x00FF00FF, "SPRUNK MACHINE: Drink by pressing F one time");
}
return 1;
}