Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- enum WII_RANDOM
- {
- wiiModel,
- Float:wii_X,
- Float:wii_Y,
- Float:wii_Z,
- Float:wii_A,
- wiiC1,
- wiiC2,
- wii_RESPAWN
- }
- static const WII_VARS[][ WII_RANDOM ]
- {
- {560, 1.0, 2.0, 3.0, 4.0, 126, 0, 1}
- };
- new ii = random(sizeof(WII_VARS));
- CreateVehicle(WII_VARS[ii][wiiModel],WII_VARS[ii][wii_X],WII_VARS[ii][wii_Y],WII_VARS[ii][wii_Z],WII_VARS[ii][wii_A],WII_VARS[ii][wiiC1],WII_VARS[ii][wiiC2],WII_VARS[ii][wii_RESPAWN]);
Advertisement
Add Comment
Please, Sign In to add comment