Can anyone tell me whats wrong here?
#2

PHP код:
forward CheckFish();
public 
CheckFish()
{
    foreach(new 
iPlayer)// this loop will fix it 
    
{
        if(!
IsPlayerNearWater(i))
        {
            if(
Fishing[i] == 1)
            {
                
SendClientMessage(iCOLOR_GREY"You pulled your line out of the water.");
                
Fishing[i] = 0;
                
RemovePlayerAttachedObject(i,0);
                
KillTimer(fishtimer[i]);
            }
        }
    }
    return 
1;

Reply


Messages In This Thread
Can anyone tell me whats wrong here? - by MayaEU - 20.07.2016, 17:50
Re: Can anyone tell me whats wrong here? - by gurmani11 - 20.07.2016, 18:58
Re: Can anyone tell me whats wrong here? - by MayaEU - 20.07.2016, 19:16
Re: Can anyone tell me whats wrong here? - by Stinged - 20.07.2016, 19:26
Re: Can anyone tell me whats wrong here? - by MayaEU - 20.07.2016, 19:34
Re: Can anyone tell me whats wrong here? - by MayaEU - 20.07.2016, 19:37
Re: Can anyone tell me whats wrong here? - by Stinged - 20.07.2016, 19:42
Re: Can anyone tell me whats wrong here? - by MayaEU - 20.07.2016, 20:08
Re: Can anyone tell me whats wrong here? - by Nero_3D - 20.07.2016, 23:40

Forum Jump:


Users browsing this thread: 1 Guest(s)