Post: Help drop weapon MW2
01-12-2018, 08:00 PM #1
Quentdu675
Save Point
(adsbygoogle = window.adsbygoogle || []).push({}); Hi, could anyone help me?
I found this code on NGU on the MW3 game :

void Dropitem(int clientIndex, const char* Weapon) {
Scr_AddEntity(clientIndex);
Scr_AddString(Weapon);
Scr_SetNumParam(2);
((void(*)())&ParseAddr(address))();
Scr_ClearOutParams();
}


then here is my code:

void Dropitem(int clientIndex, const char* Weapon) {
Scr_AddEntity(clientIndex);
Scr_AddString(Weapon);
Scr_SetNumParam(2);
((void(*)())&ParseAddr(0x001780A0))();
Scr_ClearOutParams();
}

Dropitem(clientIndex, "famas_mp");

but it makes me bug. Help me please
I give 5$ to the one who helps me
Last edited by Quentdu675 ; 01-13-2018 at 01:05 PM.
01-14-2018, 03:14 PM #2
S63
Space Ninja
Originally posted by Quentdu675 View Post
Hi, could anyone help me?
I found this code on NGU on the MW3 game :

void Dropitem(int clientIndex, const char* Weapon) {
Scr_AddEntity(clientIndex);
Scr_AddString(Weapon);
Scr_SetNumParam(2);
((void(*)())&ParseAddr(address))();
Scr_ClearOutParams();
}


then here is my code:

void Dropitem(int clientIndex, const char* Weapon) {
Scr_AddEntity(clientIndex);
Scr_AddString(Weapon);
Scr_SetNumParam(2);
((void(*)())&ParseAddr(0x001780A0))();
Scr_ClearOutParams();
}

Dropitem(clientIndex, "famas_mp");

but it makes me bug. Help me please
I give 5$ to the one who helps me


got skype?
01-15-2018, 09:34 AM #3
Quentdu675
Save Point
Originally posted by S63 View Post
got skype?


Ok my skype is benji modz

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo