19.08.2011, 08:33
Can any one help me with the weapons flashlight, I need weapon Flashlight filterscript.
if (strcmp("/light", cmdtext, true, 10) == 0)
{
GiveFlashLight(playerid);
return 1;
CMD:light(playerid, params[])
{
GiveFlashLight(playerid);
return 1;
{