What is wrong with this stock?
#2

pawn Код:
stock SetAwesomePos(playerid, telecmd[], telename[], X, Y, Z)
{
    new nameg[MAX_PLAYER_NAME], string[128 + MAX_PLAYER_NAME];
    GetPlayerName(playerid, nameg, sizeof(nameg));
    format(string, sizeof(string), ""#COL_RED"** "#COL_ORANGE"%s "#COL_YELLOW"has teleported to /%s. ( %s )", nameg, telecmd, telename);
    SendClientMessageToAll(-1, string);
    SetPlayerPos(playerid, X, Y, Z);
    return 1;
}
Reply


Messages In This Thread
What is wrong with this stock? - by TheBetaFox - 11.08.2011, 21:37
Re: What is wrong with this stock? - by Backwardsman97 - 11.08.2011, 21:47
Re: What is wrong with this stock? - by TheBetaFox - 11.08.2011, 21:50

Forum Jump:


Users browsing this thread: 3 Guest(s)