[Pedido] comando /kit
#1

Gente queria um cmd de dar arma se alguem poder me ajuda fiko grato
Reply
#2

pawn Код:
if(strcmp(cmdtext, "/kit", true) == 0)
 {
   SendClientMessage(playerid, 0x00F600AA, "[INFO] Item Adquiridos");
   ResetPlayerWeapons(playerid);
   GivePlayerWeapon(playerid,1,9999);
   GivePlayerWeapon(playerid,4,9999);
   GivePlayerWeapon(playerid,9,9999);
   GivePlayerWeapon(playerid,16,9999);
   GivePlayerWeapon(playerid,23,9999);
   GivePlayerWeapon(playerid,26,9999);
   GivePlayerWeapon(playerid,31,9999);
   GivePlayerWeapon(playerid,32,9999);
   GivePlayerWeapon(playerid,34,9999);
   return 1;
   }
Reply
#3

Como posso saber os ids das armas ?
Reply
#4

Akio > https://sampwiki.blast.hk/wiki/Weapons <<<<<
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)