Case error and a warning
#5

pawn Код:
if(pickupid == GolfTurf)
    {
        if(gTeam[playerid] == 0)
        {
        SetTimer("GolfTurfT", 5000,false); //If the Clowns tries to take turf.
        }
        if(gTeam[playerid] == 1)
        {
        SendClientMessage(playerid, Clown, "Test lol");
        }
        return 1;
    }
Can you try this way?
Reply


Messages In This Thread
Case error and a warning - by davve95 - 28.03.2013, 20:18
Re: Case error and a warning - by Vince - 28.03.2013, 20:21
Re: Case error and a warning - by Konstantinos - 28.03.2013, 20:26
Re: Case error and a warning - by davve95 - 28.03.2013, 20:27
Re: Case error and a warning - by Omirrow - 28.03.2013, 20:30
Re: Case error and a warning - by davve95 - 28.03.2013, 20:41

Forum Jump:


Users browsing this thread: 1 Guest(s)