callback
#9

Not what I was looking for ******.

I want this

pawn Код:
if(gTeam[playerid]==TEAM_PROFESSIONAL)
{
    if(GetPlayerRank(playerid) == 5)
    {
    format(tmp,sizeof(tmp),"Welcome to Professional Killer: %s",PlayerName(playerid));
    SendClientMessageToAll(TEAM_PROFESSIONAL_COLOR,tmp);
    return 1;
    }
    else
    {
    SendClientMessage(playerid,Red,"You are not a Professional Killer !");
    }
    return 0;
}
return 1;
}
Then lets say I enter a checkpoint then it says "Welcome to Professional Killer"

and I have this /giverank cmd..

I dont wanna make for each ID, messages like that, it will be a big code

I got this on my /giverank cmd

pawn Код:
CallLocalFunction("OnPlayerRequestSpawn", "ii", playerid, tmp);
Reply


Messages In This Thread
callback - by xir - 17.03.2011, 15:56
Re: callback - by Medal Of Honor team - 17.03.2011, 16:04
Re: callback - by xir - 17.03.2011, 17:13
Re: callback - by Medal Of Honor team - 17.03.2011, 17:17
Re: callback - by xir - 17.03.2011, 17:23
Re: callback - by Medal Of Honor team - 17.03.2011, 17:24
Re: callback - by xir - 17.03.2011, 17:26
Re: callback - by Jochemd - 18.03.2011, 14:46
Re: callback - by xir - 18.03.2011, 14:59
Re: callback - by xir - 18.03.2011, 15:38

Forum Jump:


Users browsing this thread: 1 Guest(s)