Raised This Month: $ Target: $400
 0% 

monster_satchel model (pev_model)


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Phant
Veteran Member
Join Date: Sep 2009
Location: New Jersey
Old 01-21-2024 , 19:16   monster_satchel model (pev_model)
Reply With Quote #1

What's wrong here? Model string is NULL.
(I would like to replace the model of monster_satchel next)
Code:
#include <amxmodx> #include <amxmisc> #include <fakemeta> #include <hamsandwich> #include <engine> #define PLUGIN "Satchels" #define VERSION "1.0" #define AUTHOR "Phant" public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR)     RegisterHam(Ham_Spawn, "monster_satchel", "fw_SatchelSpawnPre", 0) } public fw_SatchelSpawnPre(ent) {     if(pev_valid(ent))       {         new s_Model[32]         pev(ent, pev_model, s_Model, 31)         client_print(0, print_chat, "SATHCEL MODEL: %s", s_Model)     } }
Attached Thumbnails
Click image for larger version

Name:	Half Life Screenshot 2024.01.21 - 19.01.20.80.jpg
Views:	36
Size:	83.4 KB
ID:	202915  

Last edited by Phant; 01-21-2024 at 19:17.
Phant is offline
Send a message via ICQ to Phant
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 00:32.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode