09.02.2013, 16:09
(
Последний раз редактировалось Saw®; 16.02.2013 в 19:47.
)
Hey
1- how to get the random ? [Not Resolved yet]
for an example :
how to get the random SetCheckpoint that server chose ?
2-How to specify the right coordinations for attaching object ? I mean , I want to attach an object for player in his hand , how to get the position of its pos? Is there any FS or Program to done that ?[RESOLVED]
Thank you.
1- how to get the random ? [Not Resolved yet]
for an example :
pawn Код:
new RandomBombPos = random(3); // choose Random Skin for swat
switch (RandomBombPos) {
case 0: SetPlayerCheckpoint(i,1229.9495,730.8387,11.1036,2.0);
case 1: SetPlayerCheckpoint(i,1219.4697,728.7880,11.1036,2.0);
case 2: SetPlayerCheckpoint(i,1231.9760,747.9662,11.1036,2.0);
}
2-How to specify the right coordinations for attaching object ? I mean , I want to attach an object for player in his hand , how to get the position of its pos? Is there any FS or Program to done that ?[RESOLVED]
Thank you.