Post: More help? (lmao)
02-18-2017, 05:32 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hi all, I had posted a thread last night (You must login or register to view this content.) and got help from ResistTheKiwi, but their pm box is full, and now my menu keeps freezing my ps3 before I can start a game. All I used so far was this:
     void SetModel(int client, const char* Model)    {
opd_s setmodel = {0x1BEF5C, 0x0072DCE8};
void(*G_SetModel)(int client, const char* model) = (void(*)(int, const char*))&setmodel;
G_SetModel((0xFCA280 + (client * 0x280)), Model);
}

and I set a few models:
    if(scroll == 0)        {
SetModel(client, "chicken");
}
if(scroll == 1)
{
SetModel(client, "prop_flag_neutral");
}
if(scroll == 2)
{
SetModel(client, "com_bomb_objective");
}
if(scroll == 3)
{
SetModel(client, "com_barrel_benzin");
}
if(scroll == 4)
{
SetModel(client, "vehicle_taxi_topligh");
}
if(scroll == 5)
{
SetModel(client, "concrete_sewer_pipe_large");
}
if(scroll == 6)
{
SetModel(client, "com_trashcan_metal_closed");
}
if(scroll == 7)
{
SetModel(client, "com_locker_open");
}
if(scroll == Cool Man (aka Tustin)
{
SetModel(client, "prop_photocopier_destructible_02");
}
if(scroll == 9)
{
SetModel(client, "com_cellphone_on");
}


Anyone have any ideas?

​Thanks in advance! Smile

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo