piss in other player
#4

pawn Код:
COMMAND:piss(playerid)
{
    SetPlayerSpecialAction(//so on
    new Float:pXPos,Float:pYPos,Float:pZPos;
    new pName[MAX_PLAYER_NAME],STR[90];
    GetPlayeraName(playerid, pName , sizeof pName);
    format(STR,sizeof STR,"you have been pissed on by: %s",pName);
    for(new i=0; i <MAX_PLAYERS; i++)
    {
          if(!IsPlayerConnected(i)) continue;
          GetPlayerPos(i, pXPos,pYPos,pZPos);
          if(IsPlayerInRangeOfPoint(i,5.00,pXPos,pYPos,pZPos)){
               new OtherName[MAX_PLAYER_NAME];GetPlayerName(i,OtherName, sizeof OtherName);
               format(STR,sizeof STR,"%s has been pissed on by: %s",OtherName,pName);
               SendClientMessageToAll(-1,STR);
               return 1;
          }
    }
   
}
On the iPad so migh be mistake here & there
Reply


Messages In This Thread
piss in other player - by ScRipTeRi - 30.06.2013, 19:39
Re: piss in other player - by Pottus - 30.06.2013, 20:42
Re: piss in other player - by ScRipTeRi - 30.06.2013, 20:43
Re: piss in other player - by park4bmx - 30.06.2013, 20:55
Re: piss in other player - by MP2 - 30.06.2013, 21:02
Re: piss in other player - by Goldilox - 30.06.2013, 21:04
Re: piss in other player - by park4bmx - 30.06.2013, 21:05
Re: piss in other player - by Scenario - 30.06.2013, 21:28
Re: piss in other player - by ScRipTeRi - 30.06.2013, 22:31
Re: piss in other player - by park4bmx - 01.07.2013, 07:38

Forum Jump:


Users browsing this thread: 1 Guest(s)