23.04.2010, 23:58
Hello, Well i will start with my Issues.
First of all i saw in many guide's that in the Samp Debug, you can swich classes with F11 And F12 Button..never worked for me.
Second of all, Whene i save a skin, And Put it in the script, I Try and run the game (i got the Normal CJ skin and another skin), And whene the part in the login, with the arrows, that you choose skin, I Cant see any skins, But if i hit the button and Press Spawn, It changes the skin for me, But i want to see it in the select menu, Could someone tell me the problem?, I Put the Line of the skin under Ongamemodeinit ..
Now, Iv searched Threw Samp wiki but i couldent find it, i want to know how to create a faction, I Intend to make a simple gamemode, Wich will be Team deathmatch with scores .etc, The idea is, To create Spawn points for Teams, Weapon set's For each team, Faction cars, A Skin text, and a "Win" Situation.. iil explain.
Team 1: U.S.A
Team 2: Russia
Each team will have 2 players
USA:
Soldier: Will have M4,Deagle,And Five Granades.
S.W.A.T: Will have Sawn-off Shotgun, And a Sniper + Night Vision Goggles, Knife.
Russia:
Soldier: Will have AK-47,Deagle, Five Granades.
S.W.A.T: Sawn-Off shotgun, Sniper, Knife, Night vision.
Now the issue is that i Only know how to give 2 Weapons on spawn, Or is it 3?, In the Line of the Skin spawn:
Where the 0,0,0,0,0, Part is, i can add Max 3 Weapons For a skin, But what if i want to Add more weapons for One skin?, How do i do that?.
I Also need to know how to make a Faction, So i could seperate them into Two, I need to know how to attach a car only For one faction, so the other faction Couldent use it, And i want to make a title, So whene you Swich threw skins/Teams to select, Whene you pass on the U.S.A soldier skin it will Say U.S.A Soldier, And same on the other skins, and i want to make it that after "X" Kills for one team, The round will end, All players will automaticly die, and get respawned, and a new round will begin.
Thanks.
First of all i saw in many guide's that in the Samp Debug, you can swich classes with F11 And F12 Button..never worked for me.
Second of all, Whene i save a skin, And Put it in the script, I Try and run the game (i got the Normal CJ skin and another skin), And whene the part in the login, with the arrows, that you choose skin, I Cant see any skins, But if i hit the button and Press Spawn, It changes the skin for me, But i want to see it in the select menu, Could someone tell me the problem?, I Put the Line of the skin under Ongamemodeinit ..
Now, Iv searched Threw Samp wiki but i couldent find it, i want to know how to create a faction, I Intend to make a simple gamemode, Wich will be Team deathmatch with scores .etc, The idea is, To create Spawn points for Teams, Weapon set's For each team, Faction cars, A Skin text, and a "Win" Situation.. iil explain.
Team 1: U.S.A
Team 2: Russia
Each team will have 2 players
USA:
Soldier: Will have M4,Deagle,And Five Granades.
S.W.A.T: Will have Sawn-off Shotgun, And a Sniper + Night Vision Goggles, Knife.
Russia:
Soldier: Will have AK-47,Deagle, Five Granades.
S.W.A.T: Sawn-Off shotgun, Sniper, Knife, Night vision.
Now the issue is that i Only know how to give 2 Weapons on spawn, Or is it 3?, In the Line of the Skin spawn:
Quote:
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0); |
I Also need to know how to make a Faction, So i could seperate them into Two, I need to know how to attach a car only For one faction, so the other faction Couldent use it, And i want to make a title, So whene you Swich threw skins/Teams to select, Whene you pass on the U.S.A soldier skin it will Say U.S.A Soldier, And same on the other skins, and i want to make it that after "X" Kills for one team, The round will end, All players will automaticly die, and get respawned, and a new round will begin.
Thanks.