19.01.2012, 02:06
Okay, so as to your answer (which I appreciate by the way)..
How would I use that?
with 0 being x, 1 being y, 2 being z, and 3 being the angle?
Perhaps I should explain, the playerid statement I wanted to be another way to get the row. Meaning if my ID was 0, it would get row 0, et cetera.. Hopefully the code I posted above explained itself though, cause I'm a man of few words..
How would I use that?
pawn Код:
CreateVehicle(572, g_BoatSpawns[0][playerid], g_BoatSpawns[1][playerid], g_BoatSpawns[2][playerid], g_BoatSpawns[3][playerid], 0, 0);
Perhaps I should explain, the playerid statement I wanted to be another way to get the row. Meaning if my ID was 0, it would get row 0, et cetera.. Hopefully the code I posted above explained itself though, cause I'm a man of few words..