Pissing on another player
#2

pawn Код:
Anycmd system(playerid, params[])
{
     // may want to #pragma unused params here if you dont want to have any parameters in the pee command.
     new Float: POS[3];
     GetPlayerPos(playerid, POS[0], POS[1], POS[2]);
     for(new i; i < MAX_PLAYERS+1; i++)
     {
          if(IsPlayerConnected(i) && IsPlayerInRange(i, 2, 2 , POS[0], POS[1], POS[2]))
          {
               new string[128];
               format(string, 128, "%s pissed on %s",GetPlayerNameshit(playerid),GetPlayerNameshit(i));
               break;
          }
     }
}
Reply


Messages In This Thread
Pissing on another player - by Cypress - 22.09.2010, 20:46
Re: Pissing on another player - by Cameltoe - 22.09.2010, 20:51
Re: Pissing on another player - by Cypress - 22.09.2010, 20:56
Re: Pissing on another player - by Cameltoe - 22.09.2010, 21:04
Re: Pissing on another player - by Cypress - 23.09.2010, 10:30
Re: Pissing on another player - by Retardedwolf - 23.09.2010, 10:34
Re: Pissing on another player - by Desert - 23.09.2010, 11:41
Re: Pissing on another player - by Cameltoe - 23.09.2010, 12:58
Re: Pissing on another player - by Scenario - 23.09.2010, 13:06
Re: Pissing on another player - by Claude - 23.09.2010, 14:30
Re: Pissing on another player - by Cameltoe - 23.09.2010, 15:45
Re: Pissing on another player - by Mike_Peterson - 23.09.2010, 17:09
Re: Pissing on another player - by Cameltoe - 23.09.2010, 17:15
Re: Pissing on another player - by Cypress - 04.11.2010, 12:37
Re: Pissing on another player - by Cameltoe - 05.11.2010, 06:17

Forum Jump:


Users browsing this thread: 1 Guest(s)