Saving players pos
#4

Put on top of your script
pawn Код:
new Float:PosX[MAX_PLAYERS], Float:PosY[MAX_PLAYERS], Float:PosZ[MAX_PLAYERS] Float:Angle[MAX_PLAYERS];
new Interior[ MAX_PLAYERS ];
new VirtualWorld[ MAX_PLAYERS];
It is said in the tutorial:
Quote:
pawn Код:
new
    Float: PosX[ MAX_PLAYERS ],
    Float: PosY[ MAX_PLAYERS ],
    Float: PosZ[ MAX_PLAYERS ],
    Float: Angle[ MAX_PLAYERS ],
    Interior[ MAX_PLAYERS ],
    VirtualWorld[ MAX_PLAYERS ]
;
Use [.pawn]YOUR CODE [./pawn] so it will be easier to read. ( without dots)
Reply


Messages In This Thread
Saving players pos - by Michael_Cuellar - 02.08.2012, 18:36
Re: Saving players pos - by Roko_foko - 02.08.2012, 18:38
Re: Saving players pos - by Michael_Cuellar - 02.08.2012, 18:48
Re: Saving players pos - by Roko_foko - 02.08.2012, 18:51
Re: Saving players pos - by Michael_Cuellar - 02.08.2012, 18:56
Re: Saving players pos - by DarkB0y - 02.08.2012, 19:02
Re: Saving players pos - by Roko_foko - 02.08.2012, 19:03
Re: Saving players pos - by Michael_Cuellar - 02.08.2012, 20:06
Re: Saving players pos - by Roko_foko - 02.08.2012, 20:15
Re: Saving players pos - by Michael_Cuellar - 02.08.2012, 20:54

Forum Jump:


Users browsing this thread: 1 Guest(s)