19.08.2011, 09:11
use this include http://forum.sa-mp.com/showthread.ph...ght=Flashlight
and you can use this commands for flashlight
or
here ZCMD include https://sampforum.blast.hk/showthread.php?tid=91354
and you can use this commands for flashlight
PHP код:
if (strcmp("/light", cmdtext, true, 10) == 0)
{
GiveFlashLight(playerid);
return 1;
PHP код:
CMD:light(playerid, params[])
{
GiveFlashLight(playerid);
return 1;
{

