This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menufunction onPlayerDeath(player,reason)
{
print("[DEATH] "+player.Name+" died. (" + GetWeaponName( reason ) + ")" );
if (reason == WEP_DROWNED) Message("[#CACA02]"+player.Name+" drowned.");
else Message("[#CACA02]"+player.Name+" died. (" + GetWeaponName( reason ) + ")" );
return 1;
}function onPlayerKill( killer, player, reason, bodypart )
{
print("[KILL] "+killer.Name+" killed "+player.Name+". (" + GetWeaponName( reason ) + ")" );
Message( "[#CACA02]" + killer.Name + " killed " + player.Name + ". (" + GetWeaponName( reason ) + ")" );
killer.Score++;
}Description:
A problem caused this program to stop interacting with Windows.
Problem signature:
Problem Event Name: AppHangB1
Application Name: gta-vc.exe
Application Version: 0.0.0.0
Application Timestamp: 00000000
Hang Signature: 4a44
Hang Type: 2048
OS Version: 6.1.7601.2.1.0.256.1
Locale ID: 6153
Additional Hang Signature 1: 4a44093f0c666bc6bf497397e56d2291
Additional Hang Signature 2: 7932
Additional Hang Signature 3: 79328550a6708904ff0ee72da87516a9
Additional Hang Signature 4: 4a44
Additional Hang Signature 5: 4a44093f0c666bc6bf497397e56d2291
Additional Hang Signature 6: 7932
Additional Hang Signature 7: 79328550a6708904ff0ee72da87516a9
Hope you like it .




Quotetypedef int (*SDK_SetVehicleIdleRespawnTimer) (int nVehicleId, unsigned int uTimer);from new VCMP.h ^
