#1

Can someone help me how to make when someone player join in my server give him weapons : Sawnoff , m4 , sniper , grenades , uzi ......?

If someone help me will REP+ ...
Reply
#2

BUMB
Reply
#3

pawn Код:
public OnPlayerConnect(playerid)
{
     GivePlayerWeapon(playerid, [WeaponID], [Ammo]);
     return 1;
}
wiki.sa-mp.com/wiki/Weapons
Reply
#4

pawn Код:
public OnPlayerSpawn(playerid)
{
    GivePlayerWeapon(playerid, 26, 9999);
    GivePlayerWeapon(playerid, 28, 9999);
    GivePlayerWeapon(playerid, 16, 9999);
    GivePlayerWeapon(playerid, 34, 9999);
    GivePlayerWeapon(playerid, 31, 9999);
    // anything
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)