22.08.2011, 12:59
Thus, I prefer you to use ' /rs ' instead of ' /save ' to get positions.
save = whole AddPlayerClass
rs = rawposition ( X,Y,Z,A )
Saves at rawpositions.txt, same folder as /save
And :
at the close command, good explaining
at the open command,
What's 1 =P
Nice tutorial.
save = whole AddPlayerClass
rs = rawposition ( X,Y,Z,A )
Saves at rawpositions.txt, same folder as /save
And :
pawn Код:
MoveObject(name, X, Y, Z, speed);// Moving the gate
at the open command,
pawn Код:
MoveObject(name, X,Y, Z, 1);// Opening the gate
Nice tutorial.