help pls
#10

pawn Код:
CMD:teleport(playerid, params[])
{
    new pname[MAX_PLAYER_NAME], string[64];
    GetPlayerName(playerid, pname, sizeof(string));
    SetPlayerPos(playerid, 0.0, 0.0, 0.0);
    format(string, sizeof(string), "%s joins Team Deathmatch, type /join to join.", pname);
    SendClientMessageToAll(COLOR_RED, string);
    return 1;
}
Reply


Messages In This Thread
help pls - by shaniyal - 29.08.2012, 06:53
Re: help pls - by ddnbb - 29.08.2012, 06:55
Re: help pls - by Akira297 - 29.08.2012, 06:56
Re: help pls - by shaniyal - 29.08.2012, 06:57
Re: help pls - by ddnbb - 29.08.2012, 06:58
Re: help pls - by shaniyal - 29.08.2012, 06:59
Re: help pls - by Akira297 - 29.08.2012, 07:03
Re: help pls - by shaniyal - 29.08.2012, 07:05
Re: help pls - by Akira297 - 29.08.2012, 07:06
Re: help pls - by ddnbb - 29.08.2012, 07:09

Forum Jump:


Users browsing this thread: 1 Guest(s)