SA-MP Forums Archive
where is the button? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: where is the button? (/showthread.php?tid=526154)



where is the button? - saffierr - 15.07.2014

How to fix this?
First I get this, thats not the problem, BUT

THEN THIS:

Where is the button, that I suppose to get?

HERE IS THE CMD:
Quote:

CMD:charge(playerid, params[])
{
if (!IsPlayerAdmin(playerid))
{
SendClientMessage(playerid, -1, "SERVER: Unknown command.");
}
else if (IsPlayerAdmin(playerid))
{
GivePlayerWeapon(playerid, 39, 20);
SendClientMessage(playerid, COLOR_GREY, "You got a Satchel Charge.");
}
return 1;
}




Re: where is the button? - Jacob756 - 15.07.2014

Weird one


Re: where is the button? - SupaVZ - 15.07.2014

Do you still need this fixed? i saw your other post..


Re: where is the button? - saffierr - 15.07.2014

Yes please, I Want this still fixed.


Re: where is the button? - saffierr - 15.07.2014

So,? anyone knows a solution?


Re: where is the button? - BlackSirrah239 - 16.07.2014

Quote:
Originally Posted by saffierr
Посмотреть сообщение
So,? anyone knows a solution?
Have you tried giving yourself a satchel charge + detonator and see if that works?


Respuesta: where is the button? - CuervO - 16.07.2014

Detonator wont show up if you don't give it via the script or use it at least once. It will still work.


Re: where is the button? - saffierr - 16.07.2014

FIXED : I just added a detonator.