Roleplay Scripting [HELP]
#4

Local OOC:

pawn Code:
CMD:l(playerid,params[])
{
    new n[24],string[128];
    GetPlayerName(playerid,n,24);
    new Float:x,Float:y,Float:z;
    GetPlayerPos(playerid,x,y,z);
    for(new i=0;i<MAX_PLAYERS;i++)
    {
        if(IsPlayerInRangeOfPoint(i,10,x,y,z))
        {
            format(string,128,"((Local OOC: %s: %s ))",n,params);
            SendClientMessage(i,0xFFFFFFFF,string);
        }
    }
    return 1;
}
Reply


Messages In This Thread
Roleplay Scripting [HELP] - by Michael[NBK] - 31.10.2011, 03:51
Re: Roleplay Scripting [HELP] - by [GOD]Dragonster82 - 31.10.2011, 05:17
Re: Roleplay Scripting [HELP] - by $India$ - 31.10.2011, 07:37
AW: Roleplay Scripting [HELP] - by Santox14 - 31.10.2011, 10:47

Forum Jump:


Users browsing this thread: 2 Guest(s)