Need help for one thing ..
#2

Do you mean to change the skins before you spawn? If yes, OnGameModeInit()
add the skins you want. For example I want to use only 9 skins
pawn Код:
public OnGameModeInit()
{
    AddPlayerClass(47,1958.3783,1343.1572,15.3746,269.1425,0,0,24,300,-1,-1);
    AddPlayerClass(48,1958.3783,1343.1572,15.3746,269.1425,0,0,24,300,-1,-1);
    AddPlayerClass(49,1958.3783,1343.1572,15.3746,269.1425,0,0,24,300,-1,-1);
    AddPlayerClass(50,1958.3783,1343.1572,15.3746,269.1425,0,0,24,300,-1,-1);
    AddPlayerClass(51,1958.3783,1343.1572,15.3746,269.1425,0,0,24,300,-1,-1);
    AddPlayerClass(52,1958.3783,1343.1572,15.3746,269.1425,0,0,24,300,-1,-1);
    AddPlayerClass(53,1958.3783,1343.1572,15.3746,269.1425,0,0,24,300,-1,-1);
    AddPlayerClass(54,1958.3783,1343.1572,15.3746,269.1425,0,0,24,300,-1,-1);
    AddPlayerClass(55,1958.3783,1343.1572,15.3746,269.1425,0,0,24,300,-1,-1);
//More
Reply


Messages In This Thread
Need help for one thing .. - by dundolina - 20.10.2011, 17:39
Re: Need help for one thing .. - by Kostas' - 20.10.2011, 17:44
Re: Need help for one thing .. - by Stigg - 20.10.2011, 17:45
Re: Need help for one thing .. - by dundolina - 20.10.2011, 17:54
Re: Need help for one thing .. - by Mr_Scripter - 20.10.2011, 17:58

Forum Jump:


Users browsing this thread: 1 Guest(s)