[Cali] - Los Santos Gang Wars - [0.3e]
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Some suggestions by an old man XD

3 posters

Go down

Some suggestions by an old man XD Empty Some suggestions by an old man XD

Post  Klab Wed Oct 10, 2012 2:43 pm

1 - either a) allow drive bys, or b)

Code:
#include <a_samp>

new PlayerWeapon[MAX_PLAYERS][12];
new PlayerWeaponAmmo[MAX_PLAYERS][12];

public OnPlayerStateChange(playerid, newstate, oldstate)
{
  if (newstate==PLAYER_STATE_DRIVER)
  {
      for(new i=0;i<12;i++)
      {
        GetPlayerWeaponData(playerid, i, PlayerWeapon[playerid][i], PlayerWeaponAmmo[playerid][i]);
      }
      ResetPlayerWeapons(playerid);
  }
  if (newstate==PLAYER_STATE_ONFOOT && oldstate==PLAYER_STATE_DRIVER)
  {
      for(new i=0;i<12;i++)
      {
        GivePlayerWeapon(playerid, PlayerWeapon[playerid][i], PlayerWeaponAmmo[playerid][i]);
      }
  }
  return 1;
}

2 - change the announcement every time there is a kill to show only for the player who got the kill,
or if you want all to see it make it appear in the chat rather than in the middle of the screen.

3 - disable teammates from being able to kill each other (i can help with this if you want)

4 - remove that security check that shows a player's IP. I'm not sure if all players can see that, but if they can it's a huge security risk. I know there are ppl that can destroy you if they have your ip.

5 - players get weaps for every kill is very annoying, because it changes your weaps and eliminates the ability to choose your weaps. also if you're doing passenger drive by you can only kill 1 person then you're stuck with ak47 Rolling Eyes

Klab

Posts : 1
Join date : 2012-10-10

Back to top Go down

Some suggestions by an old man XD Empty Re: Some suggestions by an old man XD

Post  [Cali]Chr0nic_T Thu Oct 11, 2012 2:03 am

thanks this is very useful
[Cali]Chr0nic_T
[Cali]Chr0nic_T
Admin

Posts : 147
Join date : 2011-11-27

Back to top Go down

Some suggestions by an old man XD Empty Re: Some suggestions by an old man XD

Post  [ExZ]JmoneyKing Thu Oct 11, 2012 11:48 pm

why would you wanna kill one person during the drive-by? I thought the point of the drive-by was to kill whoever you could. Of course Im talking about passenger Drive-by. Useful stuff though I like your ideas.

[ExZ]JmoneyKing

Posts : 7
Join date : 2012-07-01

Back to top Go down

Some suggestions by an old man XD Empty Re: Some suggestions by an old man XD

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum