Pissing on another player
#6

Quote:
Originally Posted by Cypress
Посмотреть сообщение
Here is the script and its giving me errors.

pawn Код:
dcmd_piss(playerid, params[])
{
     if(GetPlayerState == PLAYER_STATE_DRIVER) return SendClientMessage(playerid, COLOR_LRED, "You must leave your vehicle.");
     SetPlayerSpecialAction(playerid, SPECIAL_ACTION_PISSING);
     #pragma unused params
     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 pisses on %s.",pNick(playerid),GetPlayerName(i));
               SendClientMessageToAll( COLOR_PINK, string );
          }
     }
     return 1;
}
pawn Код:
: error 076: syntax error in the expression, or invalid function call
: error 017: undefined symbol "IsPlayerInRange"
: error 001: expected token: ")", but found ";"
: error 036: empty statement
: fatal error 107: too many error messages on one line
IsPlayerInRangeOfPoint.
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)