[Help] Need help with /telep xyz
#7

You have
pawn Код:
new xyz;
Use
pawn Код:
new Float:x, Float:y, Float:z;
SetPlayerPos(playerid, x, y, z);
pawn Код:
CMD:telep(M, params[])
{
    new idx;
    new Float:x, Float:y, Float:z;
       
    if(isnull(params))
    {
        Kiri(M, RED, "Hint: /telep [x,y,z]");
        return 1;
    }
    if(User[M][Admin] < 1338)
    {
        Kiri(M,RED,"You dont have enough permissions!");
        return 1;
    }
    SetPlayerPos(M, X, Y, Z);
    Kiri(M,WHITE,"* Teleported");
    return 1;
}
I don't know if it works lol
Reply


Messages In This Thread
[Help] Need help with /telep xyz - by Andrus99 - 01.04.2012, 11:30
Re: [Help] Need help with /telep xyz - by Boooth - 01.04.2012, 11:51
Re: [Help] Need help with /telep xyz - by Andrus99 - 01.04.2012, 12:12
Re: [Help] Need help with /telep xyz - by Tanush123 - 01.04.2012, 13:45
Re: [Help] Need help with /telep xyz - by Andrus99 - 02.04.2012, 12:02
Re: [Help] Need help with /telep xyz - by Andrus99 - 03.04.2012, 11:59
Re: [Help] Need help with /telep xyz - by sjvt - 03.04.2012, 12:10
Re: [Help] Need help with /telep xyz - by blank. - 03.04.2012, 12:16
Re: [Help] Need help with /telep xyz - by ReneG - 03.04.2012, 12:21
Re: [Help] Need help with /telep xyz - by Tanush123 - 03.04.2012, 23:29

Forum Jump:


Users browsing this thread: 3 Guest(s)