/slap is only slapping me
#4

Try this:

pawn Код:
CMD:slap(playerid, params[])
{
    if(IsPlayerConnected(playerid))
    {
        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)) return SendClientMessage(playerid, COL_GREY, "SERVER: Хige kasutus: /slap ID");
        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);
       
    }
    return 1;
}
should work.
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: 1 Guest(s)