[AYUDA] Spawnear con mas de 3 armas
#1

Lo que necesito saber es como hacer para spawnear con mas de 3 armas. Porque en AddPlayerClass solo permite 3 armas, si pongo mas salta el error.

Entonces pongo las 3 armas con sus respectivas municiones en AddPlayerClass, y agrego esto:

#define WEAPON_CUCHILLO 4

public OnPlayerSpawn(playerid)
{
if(Equipo[playerid] == TEAM_ARGENTINA)
{
SetPlayerPos(playerid, 2043.6832,1352.4706,10.6719);
SetPlayerColor(playerid, COLOR_AZUL);
SetPlayerAmmo(playerid, WEAPON_CUCHILLO, 1);

Pero no spawneo con el cuchillo, necesito respuesta, gracias.
Reply
#2

usa GivePlayerWeapon

https://sampwiki.blast.hk/wiki/GivePlayerWeapon
Reply
#3

https://sampwiki.blast.hk/wiki/Function:GivePlayerWeapon
Reply
#4

Pon esto en OnlayerSpawn

pawn Код:
GivePlayerWeapon(playerid,34,999999); //SNIPER
    GivePlayerWeapon(playerid,31,999999); //M4
    GivePlayerWeapon(playerid,28,999999); //UZI
    GivePlayerWeapon(playerid,26,999999); //SAWNOFF
    GivePlayerWeapon(playerid,24,999999); //DESERT
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)