Raised This Month: $12 Target: $400
 3% 

Help With Models TTT


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
123E12
New Member
Join Date: Sep 2019
Old 09-30-2019 , 16:51   Help With Models TTT
Reply With Quote #1

Hello Someone could I configure this piece of the script To, That instead of having 1 model can have several randoms models :

// PLAYER
if(!amx_load_setting_string(TTT_SETTINGSFILE, "Player model", "MODEL", g_szPlayerModel, charsmax(g_szPlayerModel)))
{
g_szPlayerModel = "terror";
amx_save_setting_string(TTT_SETTINGSFILE, "Player model", "MODEL", g_szPlayerModel);
}

new model[TTT_FILELENGHT];
formatex(model, charsmax(model), "models/player/%s/%s.mdl", g_szPlayerModel, g_szPlayerModel);
precache_model(model);
123E12 is offline
Reply



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 16:55.


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