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