Need help!!
#1

Can any one help me with the weapons flashlight, I need weapon Flashlight filterscript.
Reply
#2

use this include http://forum.sa-mp.com/showthread.ph...ght=Flashlight

and you can use this commands for flashlight


PHP код:
    if (strcmp("/light"cmdtexttrue10) == 0)
    {
        
GiveFlashLight(playerid);
        return 
1
or

PHP код:
CMD:light(playeridparams[])
{
    
GiveFlashLight(playerid);
    return 
1;

here ZCMD include https://sampforum.blast.hk/showthread.php?tid=91354
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)