Tele command
#1

Hey what is a command to bring a player to you? thanks
Reply
#2

The command is whatever you script it to be
Reply
#3

:/
If i knew how i would have done it myself, theres not much you can do when no ones wants to help
Reply
#4

( Hoping you knowing some sscanf coding )

pawn Код:
CMD:get(playerid, params[])
{
    new pID, Float:x, Float:y, Float:z;
    if(sscanf(params, "r", pID)) return /* Send error message */
    GetPlayerPos(playerid, x, y, z);
    SetPlayerPos(pID, x, y, z);
    return 1;
}
Plz use search ffs. There are hundreds of this commands around. -____________-
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)