Few issues, And a few questions. -
sammypiv - 23.04.2010
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:
Quote:
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
|
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.
Re: Few issues, And a few questions. -
dwd93 - 24.04.2010
Код:
if(Team[playerid] == 1) // 1 or 2 (depends how did you #define the,)
{
GetPlayerWeapon(playerid, weaponid, ammo)
)
return 1;
)
altho im not sure xD somethimg like that. (im a noob

)
Re: Few issues, And a few questions. -
sammypiv - 24.04.2010
i Dont know how to make a team, Can you tell me how to make a Team/faction, Than how to add Ranks/Classes, And how to Give each skin spawn-point More than 3 weapons?.
Re: Few issues, And a few questions. -
Jake Winstonn - 24.04.2010
Greeting from Jake Winston

U:RP
Re: Few issues, And a few questions. -
sammypiv - 24.04.2010
Wazzup homie

...
Re: Few issues, And a few questions. -
_Vortex - 24.04.2010
Since when did the "SCRIPTING DISCUSSION" section become the "say hi to all your friends" section?
You started this thread to ask for help, so don't start posting random crap on it -.o
Re: Few issues, And a few questions. -
sammypiv - 24.04.2010
Quote:
Originally Posted by _Vortex
Since when did the "SCRIPTING DISCUSSION" section become the "say hi to all your friends" section?
You started this thread to ask for help, so don't start posting random crap on it -.o
|
well instead of just Posting a useless reply you could do the next:
1. Reply with an answer to the post
2. Not reply at all.
Thanks.