Hello There, Guest! Login or Register


[S]Simple, usefull,random command
#1
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)
Reply
#2
And then what? You don't have any weapons :/. Isn't it better to /kill and get your spawnweapons again?
Reply
#3
oh so this is how it works?
Reply
#4
.. how what works?
Reply
#5
(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.
Reply
#6
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  :)
Reply
#7
Rather make it remove all your spawnweapons, incase you got colts instead of deagle.
Reply
#8
(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)
Reply