26.02.2010, 06:29
Hey guys. I want that when you are on the priate ship in LV you get money. Now I have this:
I want that it comes every 3 seconds when you stand there
if(IsPlayerInRangeOfPoint(playerid, 20.0, 2000.6755,1543.2694,13.5859))
{
SetTimer("ShipEarn", 3000, true);
GivePlayerMoney(playerid,50);
It just keeps coming so fast.
I want that it comes every 3 seconds when you stand there
if(IsPlayerInRangeOfPoint(playerid, 20.0, 2000.6755,1543.2694,13.5859))
{
SetTimer("ShipEarn", 3000, true);
GivePlayerMoney(playerid,50);
It just keeps coming so fast.