Problem With Script
#5

Try:

pawn Код:
forward WantedLevelFightClub(playerid);
forward WantedLevelFightClubExit(playerid);

new FightClubWantedLevel[MAX_PLAYERS];

public WantedLevelFightClub(playerid)
{
new FCWantedOne = GetPlayerWantedLevel(playerid);
FightClubWantedLevel[playerid] = FCWantedOne;
}

public WantedLevelFightClubExit(playerid)
{
new FCWanted = FightClubWantedLevel[playerid];
SetPlayerWantedLevel(playerid, FCWanted);
}
Reply


Messages In This Thread
Problem With Script - by jeff223 - 30.08.2009, 22:39
Re: Problem With Script - by jeff223 - 30.08.2009, 23:53
Re: Problem With Script - by LuxurioN™ - 30.08.2009, 23:59
Re: Problem With Script - by Sayaron - 31.08.2009, 00:01
Re: Problem With Script - by LuxurioN™ - 31.08.2009, 00:03
Re: Problem With Script - by Backwardsman97 - 31.08.2009, 00:04
Re: Problem With Script - by LuxurioN™ - 31.08.2009, 00:09
Re: Problem With Script - by jeff223 - 31.08.2009, 00:19
Re: Problem With Script - by Backwardsman97 - 31.08.2009, 00:32
Re: Problem With Script - by noobasaurus - 31.08.2009, 00:53

Forum Jump:


Users browsing this thread: 1 Guest(s)