Las Venturas Playground
[S]Simple, usefull,random command - Printable Version

+- Las Venturas Playground (https://forum.sa-mp.nl)
+-- Forum: Main Talk (https://forum.sa-mp.nl/forum-3.html)
+--- Forum: Complaints & Reports (https://forum.sa-mp.nl/forum-20.html)
+---- Forum: Dealt With Complaints (https://forum.sa-mp.nl/forum-21.html)
+---- Thread: [S]Simple, usefull,random command (/thread-24705.html)



[S]Simple, usefull,random command - MidNight - 08-13-2010

Well the rejoin bugs are still not fixed, i still when i need to go afk i quit the game and come back
after couple minutes and boom i have entire arsenal of weapons that i dont wanna to
cuz my usual setup is deagle, sawnoff, tec, sniper and i prefer it that way...
so my sugestion for the rejoin and you get free weapons that you dontwanna to is a
/dropweapon command, its increably easy to do:
Code:
    if (strcmp(cmdtext, "/dropweapons", true) == 0)
    {
        ResetPlayerWeapons(playerid);
      return 1;
    }

regards. :Y)


Re: [S]Simple, usefull,random command - Matthias - 08-13-2010

And then what? You don't have any weapons :/. Isn't it better to /kill and get your spawnweapons again?


Re: [S]Simple, usefull,random command - MidNight - 08-13-2010

oh so this is how it works?


Re: [S]Simple, usefull,random command - Matthias - 08-13-2010

.. how what works?


Re: [S]Simple, usefull,random command - HuRRiCaNe - 08-14-2010

(08-13-2010, 11:06 AM)MidNight link Wrote: :
Code:
    if (strcmp(cmdtext, "/dropweapons", true) == 0)
    {
        ResetPlayerWeapons(playerid);
      return 1;
    }
ResetPlayerWeapons its a default function that removes all your weapons and thats all, it aint giving your spawn-weapons back or anything.

-You want a Spawn weapons fixer that is other thing.


Re: [S]Simple, usefull,random command - MidNight - 08-14-2010

So what i have enough money ingame i could buy everything in lvp lol,
Its just an optional command, its so easy and doesnt afects anything....
lol comon guys  :)


Re: [S]Simple, usefull,random command - iou - 08-14-2010

Rather make it remove all your spawnweapons, incase you got colts instead of deagle.


Re: [S]Simple, usefull,random command - MidNight - 08-14-2010

(08-14-2010, 10:09 AM)iou link Wrote: Rather make it remove all your spawnweapons, incase you got colts instead of deagle.
yea that sounds good  :Y)