[Ajuda] Sistema de salvar armas
#2

Uma das Maneiras й essa..
PHP Code:
#include <a_samp>
#include <DOF2>

enum PlayerInfo
{
    
Slot_1,
    
Balas_Slot1
}
new 
pInfo[MAX_PLAYERS][PlayerInfo];

public 
OnPlayerConnect(playerid)
{
    
SetSpawnInfo(playerid0pInfo[playerid][Skin], XYZTpInfo[playerid][Slot_1], pInfo[playerid][Balas_Slot1], pInfo[playerid][Slot_2], pInfo[playerid][Balas_Slot2], pInfo[playerid][Slot_3], pInfo[playerid][Balas_Slot3]); // Uma das Maneiras й essa.
    
SpawnPlayer(playerid);
    return 
1;

https://sampwiki.blast.hk/wiki/SetSpawnInfo
Reply


Messages In This Thread
Sistema de salvar armas - by FilipiMelo - 03.03.2018, 16:43
Re: Sistema de salvar armas - by GuiKommander - 03.03.2018, 17:42
Re: Sistema de salvar armas - by FilipiMelo - 03.03.2018, 18:36
Re: Sistema de salvar armas - by InsaneBR - 03.03.2018, 19:43
Re: Sistema de salvar armas - by FilipiMelo - 06.03.2018, 01:18
Re: Sistema de salvar armas - by InsaneBR - 06.03.2018, 01:22

Forum Jump:


Users browsing this thread: 3 Guest(s)