AddPlayerClass - switchting random!
#3

Take the coordinates from AddPlayerClasses and add them to the array, like in the "Declaring The Data" part.

These are the coordinates:

pawn Код:
{213.55, 347.37, 37.58},
{458.63, 348.58, 57.38},
{753.39, 375.73, 83.75},
{753.58, 375.38, 38.38}

EDIT:

Let's say you have this AddPlayerClass part:

pawn Код:
AddPlayerClass(7, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
So you have to copy the x, y and z coordinates. That would be x=1958.3783, y=1343.1572 and z=15.3746.
Now to add them to the array:

pawn Код:
{1958.3783, 1343.1572, 15.3746},
Understand it ?
Reply


Messages In This Thread
AddPlayerClass - switchting random! - by Twisted_Insane - 23.03.2012, 12:02
Re: AddPlayerClass - switchting random! - by Twisted_Insane - 23.03.2012, 12:56
Re: AddPlayerClass - switchting random! - by Unte99 - 23.03.2012, 13:05
Re: AddPlayerClass - switchting random! - by Twisted_Insane - 23.03.2012, 13:10
Re: AddPlayerClass - switchting random! - by Twisted_Insane - 23.03.2012, 14:40
Re: AddPlayerClass - switchting random! - by antonio112 - 23.03.2012, 14:46
Re: AddPlayerClass - switchting random! - by Twisted_Insane - 23.03.2012, 21:41
Re: AddPlayerClass - switchting random! - by antonio112 - 23.03.2012, 21:53
Re: AddPlayerClass - switchting random! - by Aloushi - 24.03.2012, 10:10
Re: AddPlayerClass - switchting random! - by [ABK]Antonio - 24.03.2012, 10:13

Forum Jump:


Users browsing this thread: 1 Guest(s)