How to create command /san
#5

Quote:
Originally Posted by BenzoAMG
Посмотреть сообщение
pawn Код:
CMD:san(playerid, params[])
{
    if(sscanf(params, "u", id)) return SendClientMessage(playerid, -1, "USAGE: /san [name/id]");
    SetPlayerPos(id, X, Y, Z);
    //SetPlayerFacingAngle(playerid, Angle); //Optional, but replace 'Angle' with your own float
    return 1;
}
Replace X, Y and Z with the appropriate floats.
SSCANF again 7_7. has i said no ssanf men
Reply


Messages In This Thread
How to create command /san - by RiChArD_A - 26.01.2013, 21:06
Re: How to create command /san - by mineralo - 26.01.2013, 21:29
Respuesta: Re: How to create command /san - by RiChArD_A - 29.01.2013, 03:11
Re: How to create command /san - by Threshold - 29.01.2013, 03:14
Respuesta: Re: How to create command /san - by RiChArD_A - 29.01.2013, 03:16
Re: How to create command /san - by Threshold - 29.01.2013, 03:19
Respuesta: How to create command /san - by RiChArD_A - 29.01.2013, 03:32
Re: Respuesta: Re: How to create command /san - by Dolph - 29.01.2013, 08:00
Re: How to create command /san - by Mean - 29.01.2013, 08:04
Re: How to create command /san - by Threshold - 29.01.2013, 10:59

Forum Jump:


Users browsing this thread: 1 Guest(s)