![]() |
|
Matthias - Printable Version +- Las Venturas Playground (https://forum.sa-mp.nl) +-- Forum: Main Talk (https://forum.sa-mp.nl/forum-3.html) +--- Forum: Development (https://forum.sa-mp.nl/forum-16.html) +--- Thread: Matthias (/thread-21124.html) |
Matthias - Fireburn - 10-18-2009 D:\LVP\Development\branches\LVP 2.91\Commands\General.pwn (2 hits) Line 5137: ShowPlayerNameTagForPlayer( i, playerid, 0 ); Line 5151: ShowPlayerNameTagForPlayer( i, playerid, 1 ); D:\LVP\Development\branches\LVP 2.91\Commands\Moderator.pwn (1 hits) Line 493: ShowPlayerNameTagForPlayer(i, playerid, 1); D:\LVP\Development\branches\LVP 2.91\connections.pwn (2 hits) Line 111: // ShowPlayerNameTagForPlayer(i, playerid, 1); //reset watch2 stuff Line 499: ShowPlayerNameTagForPlayer(playerid, iPlayerID, 1); D:\LVP\Development\branches\LVP 2.91\Minigames\Deathmatch\grenade.pwn (1 hits) Line 15: ShowPlayerNameTagForPlayer( b, playerid, 0 ); D:\LVP\Development\branches\LVP 2.91\Minigames\Deathmatch\minigun.pwn (1 hits) Line 72: ShowPlayerNameTagForPlayer( b, playerid, 0 ); D:\LVP\Development\branches\LVP 2.91\Minigames\Deathmatch\rocket.pwn (1 hits) Line 15: ShowPlayerNameTagForPlayer( b, playerid, 0 ); D:\LVP\Development\branches\LVP 2.91\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 ); D:\LVP\Development\branches\LVP 2.91\Minigames\Deathmatch\sniper.pwn (1 hits) Line 75: ShowPlayerNameTagForPlayer( b, playerid, 0 ); D:\LVP\Development\branches\LVP 2.91\Minigames\MinigamesHandler.pwn (2 hits) Line 327: ShowPlayerNameTagForPlayer( b, playerid, 1 ); Line 397: ShowPlayerNameTagForPlayer( b, i, 1 ); D:\LVP\Development\branches\LVP 2.91\OnPlayerSpawn.pwn (1 hits) Line 121: ShowPlayerNameTagForPlayer(i, playerid, 1); |