AddPlayerClass problem.. -
Hey, so i added 11 AddPlayerClass lines under OnGamemodeInt they work n stuff but i still have 11 warnings.. Can someone help?
Re: AddPlayerClass problem.. -
Re: AddPlayerClass problem.. -
Second....
Код:
AddPlayerClass(293,1960.1999511719, 1343.0, 14.69999809265, 0, 0, 0, 0, 0, 0);
AddPlayerClass(135,1960.1999511719, 1343.0, 14.69999809265, 0, 0, 0, 0, 0, 0);
AddPlayerClass(105,1960.1999511719, 1343.0, 14.69999809265, 0, 0, 0, 0, 0, 0);
AddPlayerClass(80,1960.1999511719, 1343.0, 14.69999809265, 0, 0, 0, 0, 0, 0);
AddPlayerClass(67,1960.1999511719, 1343.0, 14.69999809265, 0, 0, 0, 0, 0, 0);
AddPlayerClass(29,1960.1999511719, 1343.0, 14.69999809265, 0, 0, 0, 0, 0, 0);
AddPlayerClass(28,1960.1999511719, 1343.0, 14.69999809265, 0, 0, 0, 0, 0, 0);
AddPlayerClass(25,1960.1999511719, 1343.0, 14.69999809265, 0, 0, 0, 0, 0, 0);
AddPlayerClass(21,1960.1999511719, 1343.0, 14.69999809265, 0, 0, 0, 0, 0, 0);
AddPlayerClass(18,1960.1999511719, 1343.0, 14.69999809265, 0, 0, 0, 0, 0, 0);
AddPlayerClass(0, 1960.1999511719, 1343.0, 14.69999809265, 0, 0, 0, 0, 0, 0);
Re: AddPlayerClass problem.. -
Make sure you type in the right number of parameters of this function.
Re: AddPlayerClass problem.. -
Re: AddPlayerClass problem.. -
You forgot the angle of the player. The angle of the player comes after the X, Y and Z coords. (see my first post)
BTW, if you type /save in-game in a certain position when on foot, the function itself will be saved in My Documents > GTA San Andreas User Files > SAMP > savedpositions.txt . There you will find the function itself ready to be pasted into your code
Re: AddPlayerClass problem.. -