11.08.2010, 17:37
what do i put after if so it kills someone with a heat seaking missle id 36?
okay i bet youre good at scripting what i meant is how can i make it so it sets a players health to 0 but not all players just players with a heat seeking rocket launcher which is id 36 if u dont know
|
public OnPlayerSpawn(playerid)
{
if(GetPlayerWeapon(playerid) == WEAPON_HEATSEEKINGROCKET) {
Kill(playerid);
return 1;
}