Hello There, Guest! Login or Register


Vehicle Destroyal
#6
Search "ShowPlayerNameTagForPlayer" (22 hits in 14 files)
  G:\Matthias (Backup)\SAMP\Las Venturas Playground\LVP\development\Commands\Moderator.pwn (1 hits)
Line 73:     ShowPlayerNameTagForPlayer(i, playerid, 1);
  G:\Matthias (Backup)\SAMP\Las Venturas Playground\LVP\development\Commands\ModeratorNew.pwn (1 hits)
Line 36:     ShowPlayerNameTagForPlayer(i, playerid, 1);
  G:\Matthias (Backup)\SAMP\Las Venturas Playground\LVP\development\Commands\Administrator.pwn (4 hits)
Line 1955:         ShowPlayerNameTagForPlayer( i, iPlayerID, 1 );
Line 1956:         ShowPlayerNameTagForPlayer( iPlayerID, i, 1 );
Line 4499:     ShowPlayerNameTagForPlayer(i, playerid, 0);
Line 4506:         ShowPlayerNameTagForPlayer(j, playerid, 1);
  G:\Matthias (Backup)\SAMP\Las Venturas Playground\LVP\development\Commands\General.pwn (2 hits)
Line 4530: ShowPlayerNameTagForPlayer( i, playerid, 0 );
Line 4544: ShowPlayerNameTagForPlayer( i, playerid, 1 );
  G:\Matthias (Backup)\SAMP\Las Venturas Playground\LVP\development\Minigames\Deathmatch\sniper.pwn (1 hits)
Line 75:     ShowPlayerNameTagForPlayer( b, playerid, 0 );
  G:\Matthias (Backup)\SAMP\Las Venturas Playground\LVP\development\Minigames\Deathmatch\grenade.pwn (1 hits)
Line 15:     ShowPlayerNameTagForPlayer( b, playerid, 0 );
  G:\Matthias (Backup)\SAMP\Las Venturas Playground\LVP\development\Minigames\Deathmatch\minigun.pwn (1 hits)
Line 72:     ShowPlayerNameTagForPlayer( b, playerid, 0 );
  G:\Matthias (Backup)\SAMP\Las Venturas Playground\LVP\development\Minigames\Deathmatch\rocket.pwn (1 hits)
Line 15:     ShowPlayerNameTagForPlayer( b, playerid, 0 );
  G:\Matthias (Backup)\SAMP\Las Venturas Playground\LVP\development\Minigames\Deathmatch\ShipTDM.pwn (4 hits)
Line 55:            ShowPlayerNameTagForPlayer( playerid, m_sTDM_Members[ iOtherTeamID ][ i ], 0 );
Line 56:            ShowPlayerNameTagForPlayer( m_sTDM_Members[ iOtherTeamID ][ i ], playerid, 0 );
Line 196:            ShowPlayerNameTagForPlayer( playerid, m_sTDM_Members[ iOtherTeamID ][ i ], 1 );
Line 197:            ShowPlayerNameTagForPlayer( m_sTDM_Members[ iOtherTeamID ][ i ], playerid, 1 );
  G:\Matthias (Backup)\SAMP\Las Venturas Playground\LVP\development\Minigames\MinigamesHandler.pwn (2 hits)
Line 327:     ShowPlayerNameTagForPlayer( b, playerid, 1 );
Line 397:     ShowPlayerNameTagForPlayer( b, i, 1 );
  G:\Matthias (Backup)\SAMP\Las Venturas Playground\LVP\development\lvp.amx (1 hits)
Line 27: 
  G:\Matthias (Backup)\SAMP\Las Venturas Playground\LVP\development\OnPlayerSpawn.pwn (1 hits)
Line 105: for(new i=0; i<SLOTS; i++) if(IsPlayerConnected(i)) ShowPlayerNameTagForPlayer(i, playerid, 1);
  G:\Matthias (Backup)\SAMP\Las Venturas Playground\LVP\development\connections.pwn (1 hits)
Line 104: ShowPlayerNameTagForPlayer(i, playerid, 1); //reset watch2 stuff
  G:\Matthias (Backup)\SAMP\Las Venturas Playground\LVP\development\a_samp.pwn (1 hits)
Line 262: native ShowPlayerNameTagForPlayer(playerid, showplayerid, show);
Reply


Messages In This Thread
Vehicle Destroyal - by Fireburn - 07-08-2009, 07:37 PM
Re: Vehicle Destroyal - by Jay - 07-08-2009, 07:38 PM
Re: Vehicle Destroyal - by Fireburn - 07-08-2009, 09:36 PM
Re: Vehicle Destroyal - by Jay - 07-08-2009, 11:12 PM
Re: Vehicle Destroyal - by Jay - 07-11-2009, 05:15 PM
Re: Vehicle Destroyal - by Matthias - 07-12-2009, 07:10 PM