View Single Post
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 03-12-2015 , 13:08   Re: Setting models to a player
Reply With Quote #4

You can remove that new gPlayerModel[33][32]; , make only one constant where you put all models, and when the player select one store his choice in a variable like PlayerChoice. After that, to know what model he has use: constant_name[PlayerChoice], this will point you to the right model.
__________________
HamletEagle is offline