[ajuda & bug] - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [ajuda & bug] (
/showthread.php?tid=165186)
[ajuda & bug] -
maluku102 - 03.08.2010
boas! no meu GM tem bug no sawnoff nao da para usar --" algum sabe como corrigir?
mais uma coisa eu compar armas na biz ne...e tipo o meu GM tem level eu queria por algumas armas con level...
e mais eu queria add uma arma que e a SNIPER so falta essa arma...
Re: [ajuda & bug] -
zSuYaNw - 04.08.2010
pawn Код:
new level[MAX_PLAYERS];
public OnPlayerConnect(playerid)
{
level += 4;// level 4 :D
return 1;
}
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmdtext, "/Arma", true) == 0)
{
if(level == 6)// Level Que precisa para comprar a arma
{
GivePlayerWeapon(playerid,34,1000); // rifle sniper
//GivePlayerWeapon(playerid,ID DA ARMA ,Muniзгo);
}
else
{
SendClientMessage(playerid,COR," Vocк nгo tem level para Comprar esta arma");
}
return 1;
}
return 0;
}
Tente.
Re: [ajuda & bug] -
maluku102 - 04.08.2010
boas! o sistema aki ta diferente eu queria add level algumas armas posso te mandar o sistema depois mudas?
tipo eu digo quais as armas que quero que ponhas com level e add me ja a sniper no sistema =)
vou te mandar PM