/slap is only slapping me
#1

pawn Код:
CMD:slap(playerid, params[])
{
    new sID;
    if(PlayerInfo[playerid][pAdmin] < 2) return SendClientMessage(playerid, COL_GREEN, "SERVER: Ainult adminid alates level 2 saavad seda kasutada!");
    if(sscanf(params, "u", sID))
    {
        new Float:x, Float:y, Float:z, Float:nurk;
        GetPlayerPos(sID, x, y, z);
        GetPlayerFacingAngle(sID, nurk);
        SetPlayerPos(sID, Float:x, Float:y, Float:z+5);
        SetPlayerFacingAngle(sID, Float: nurk);
    }else{
    SendClientMessage(playerid, COL_GREY, "SERVER: Хige kasutus: /slap ID");
    }
    return 1;
}
When I type /slap, it slaps me. But when I type /slap ID, "unknown command"
Reply


Messages In This Thread
/slap is only slapping me - by flashsnake - 31.03.2012, 11:44
Re: /slap is only slapping me - by jotan. - 31.03.2012, 11:47
Re: /slap is only slapping me - by Reklez - 31.03.2012, 11:49
Re: /slap is only slapping me - by Skribblez - 31.03.2012, 11:50
Re: /slap is only slapping me - by flashsnake - 31.03.2012, 11:52
Re: /slap is only slapping me - by Skribblez - 31.03.2012, 11:53

Forum Jump:


Users browsing this thread: 2 Guest(s)